#C6CC19

Color #C6CC19 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #C6CC19

Tints of Rio Grande #C6CC19

Color information

#C6CC19 (or 0xC6CC19) is unknown color: approx Rio Grande. HEX triplet: C6, CC and 19. RGB value is (198,204,25). Sum of RGB (Red+Green+Blue) = 198+204+25=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6CC19 is #3933E6. Grayscale: #B6B6B6. Windows color (decimal): -3748839 or 1690822. OLE color: 1690822.

HSL color Cylindrical-coordinate representation of color #C6CC19: hue angle of 62.01º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6CC19 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB19820425-
CMYK0.0300.880.2
HSL62.01º78.17%44.9%-
HSV(B)62.01º87.75%80%-
XYZ45.0655.269.21-
YUV181.839.51139.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 46.37%
GREEN value IS 204 (80.08% from 255) = 47.78%
BLUE value IS 25 (10.16% from 255) = 5.85%
R=46.37%
G=47.78%
B=5.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal198204250.0300.880.262.0178.1744.9
HexC6CC193058143e4e2d
Octal3063143130130247611655
Binary1100011011001100110011101011000101001111101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CC19; }

 p { color: rgb(198,204,25); }

 H1.HeaderClassName
 {
   color: #C6CC19;
 }
 .AnyTagClassName
 {
   color: #C6CC19;
 }
</style>
background-color css

<style>
 a { background-color: #C6CC19; }

 a { background-color: rgb(198,204,25); }

 div.DivClassName
 {
   background-color: #C6CC19;
 }
 .BgClassName
 {
   background-color: #C6CC19;
 }
</style>
border-color css

<style>
 span { border-color: #C6CC19; }

 span { border-color: rgb(198,204,25); }

 td.TdClassName
 {
   border-color: #C6CC19;
 }
 .TagClassName
 {
   border-color: #C6CC19;
 }
</style>