Html Css Color HEX #C4CC19 Rio Grande

📋 copy color: '#C4CC19'

red 196 ◦ green 204 ◦ blue 25

#C4CC19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #C4CC19

Tints of Rio Grande #C4CC19

RGB

 RED value IS 196 (76.95% from 255) = 46.12%

 GREEN value IS 204 (80.08% from 255) = 48%

 BLUE value IS 25 (10.16% from 255) = 5.88%

R = 46.12%
G = 48%
B = 5.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#C4CC19 (or 0xC4CC19) is known color: Rio Grande. HEX triplet: C4, CC and 19. RGB value is (196,204,25). Sum of RGB (Red+Green+Blue) = 196+204+25=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4CC19 is #3B33E6. Grayscale: #B5B5B5. Windows color (decimal): -3879911 or 1690820. OLE color: 1690820.

HSL color Cylindrical-coordinate representation of color #C4CC19: hue angle of 62.68º 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 #C4CC19 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 204 25 -
CMYK 0.04 0 0.88 0.2
HSL 62.68º 0.78% 0.45% -
HSV(B) 62.68º 0.88% 0.8% -
XYZ 44.53 54.99 9.19 -
YUV 181.2 39.85 138.55 -
System Red Green Blue C M Y K H S L
Decimal 196 204 25 0.04 0 0.88 0.2 62.68 0.78 0.45
Hex C4 CC 19 4 0 58 14 3F 4E 2D
Octal 304 314 31 4 0 130 24 77 116 55
Binary 11000100 11001100 11001 100 0 1011000 10100 111111 1001110 101101

Color Harmonies of #C4CC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CC19

Black with #C4CC19

Text Example


Text Example

White with #C4CC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CC19; }

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

 H1.HeaderClassName
 {
   color: #C4CC19;
 }
 .AnyTagClassName
 {
   color: #C4CC19;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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