Html Css Color HEX #C5CB16 Rio Grande

📋 copy color: '#C5CB16'

red 197 ◦ green 203 ◦ blue 22

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

Shades of Rio Grande #C5CB16

Tints of Rio Grande #C5CB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.21%

R = 46.68%
G = 48.1%
B = 5.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#C5CB16 (or 0xC5CB16) is known color: Rio Grande. HEX triplet: C5, CB and 16. RGB value is (197,203,22). Sum of RGB (Red+Green+Blue) = 197+203+22=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CB16 is #3A34E9. Grayscale: #B5B5B5. Windows color (decimal): -3814634 or 1493957. OLE color: 1493957.

HSL color Cylindrical-coordinate representation of color #C5CB16: hue angle of 61.99º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5CB16 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 203 22 -
CMYK 0.03 0 0.89 0.20
HSL 61.99º 0.8% 0.44% -
HSV(B) 61.99º 0.89% 0.8% -
XYZ 44.53 54.64 8.96 -
YUV 180.57 38.51 139.72 -
System Red Green Blue C M Y K H S L
Decimal 197 203 22 0.03 0 0.89 0.20 61.99 0.8 0.44
Hex C5 CB 16 3 0 59 14 3E 50 2C
Octal 305 313 26 3 0 131 24 76 120 54
Binary 11000101 11001011 10110 11 0 1011001 10100 111110 1010000 101100

Color Harmonies of #C5CB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CB16

Black with #C5CB16

Text Example


Text Example

White with #C5CB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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