Html Css Color HEX #C5CB18 Rio Grande

📋 copy color: '#C5CB18'

red 197 ◦ green 203 ◦ blue 24

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

Shades of Rio Grande #C5CB18

Tints of Rio Grande #C5CB18

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.88%

 BLUE value IS 24 (9.77% from 255) = 5.66%

R = 46.46%
G = 47.88%
B = 5.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#C5CB18 (or 0xC5CB18) is known color: Rio Grande. HEX triplet: C5, CB and 18. RGB value is (197,203,24). Sum of RGB (Red+Green+Blue) = 197+203+24=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 24 (9.77% from 255 or 5.66% from 424); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CB18 is #3A34E7. Grayscale: #B5B5B5. Windows color (decimal): -3814632 or 1625029. OLE color: 1625029.

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

Color convert

RGB 197 203 24 -
CMYK 0.03 0 0.88 0.20
HSL 62.01º 0.79% 0.45% -
HSV(B) 62.01º 0.88% 0.8% -
XYZ 44.55 54.65 9.06 -
YUV 180.8 39.51 139.55 -
System Red Green Blue C M Y K H S L
Decimal 197 203 24 0.03 0 0.88 0.20 62.01 0.79 0.45
Hex C5 CB 18 3 0 58 14 3E 4F 2D
Octal 305 313 30 3 0 130 24 76 117 55
Binary 11000101 11001011 11000 11 0 1011000 10100 111110 1001111 101101

Color Harmonies of #C5CB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CB18

Black with #C5CB18

Text Example


Text Example

White with #C5CB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CB18; }

 p { color: rgb(197,203,24); }

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

background-color css

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

 a { background-color: rgb(197,203,24); }

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

border-color css

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

 span { border-color: rgb(197,203,24); }

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