#C4CB00

Color #C4CB00 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C4CB00

Tints of La Rioja #C4CB00

Color information

#C4CB00 (or 0xC4CB00) is unknown color: approx La Rioja. HEX triplet: C4, CB and 00. RGB value is (196,203,0). Sum of RGB (Red+Green+Blue) = 196+203+0=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4CB00 is #3B34FF. Grayscale: #B2B2B2. Windows color (decimal): -3880192 or 52164. OLE color: 52164.

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

Color convert

RGB1962030-
CMYK0.03010.20
HSL62.07º100%39.8%-
HSV(B)62.07º100%79.61%-
XYZ44.1254.458.18-
YUV177.7627.68141.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 203 (79.69% from 255) = 50.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.12%
G=50.88%
B=0%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal19620300.03010.2062.0710039.8
HexC4CB03064143e6428
Octal304313030144247614450
Binary110001001100101101101100100101001111101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CB00; }

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

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

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

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

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

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

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

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