Html Css Color HEX #C5CC19 Rio Grande

📋 copy color: '#C5CC19'

red 197 ◦ green 204 ◦ blue 25

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

Shades of Rio Grande #C5CC19

Tints of Rio Grande #C5CC19

RGB

 RED value IS 197 (77.34% from 255) = 46.24%

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

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

R = 46.24%
G = 47.89%
B = 5.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#C5CC19 (or 0xC5CC19) is known color: Rio Grande. HEX triplet: C5, CC and 19. RGB value is (197,204,25). Sum of RGB (Red+Green+Blue) = 197+204+25=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 25 (10.16% from 255 or 5.87% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CC19 is #3A33E6. Grayscale: #B6B6B6. Windows color (decimal): -3814375 or 1690821. OLE color: 1690821.

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

Color convert

RGB 197 204 25 -
CMYK 0.03 0 0.88 0.2
HSL 62.35º 0.78% 0.45% -
HSV(B) 62.35º 0.88% 0.8% -
XYZ 44.79 55.13 9.2 -
YUV 181.5 39.68 139.05 -
System Red Green Blue C M Y K H S L
Decimal 197 204 25 0.03 0 0.88 0.2 62.35 0.78 0.45
Hex C5 CC 19 3 0 58 14 3E 4E 2D
Octal 305 314 31 3 0 130 24 76 116 55
Binary 11000101 11001100 11001 11 0 1011000 10100 111110 1001110 101101

Color Harmonies of #C5CC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CC19

Black with #C5CC19

Text Example


Text Example

White with #C5CC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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