#C4CB16

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

Shades of Rio Grande #C4CB16

Tints of Rio Grande #C4CB16

Color information

#C4CB16 (or 0xC4CB16) is unknown color: approx Rio Grande. HEX triplet: C4, CB and 16. RGB value is (196,203,22). Sum of RGB (Red+Green+Blue) = 196+203+22=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4CB16 is #3B34E9. Grayscale: #B4B4B4. Windows color (decimal): -3880170 or 1493956. OLE color: 1493956.

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

Color convert

RGB19620322-
CMYK0.0300.890.20
HSL62.32º80.44%44.12%-
HSV(B)62.32º89.16%79.61%-
XYZ44.2754.518.95-
YUV180.2738.68139.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.56%
GREEN value IS 203 (79.69% from 255) = 48.22%
BLUE value IS 22 (8.98% from 255) = 5.23%
R=46.56%
G=48.22%
B=5.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal196203220.0300.890.2062.3280.4444.12
HexC4CB163059143e502c
Octal3043132630131247612054
Binary1100010011001011101101101011001101001111101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CB16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CB16; }

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

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

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

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

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

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

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

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