#C4CA02

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

Shades of La Rioja #C4CA02

Tints of La Rioja #C4CA02

Color information

#C4CA02 (or 0xC4CA02) is unknown color: approx La Rioja. HEX triplet: C4, CA and 02. RGB value is (196,202,2). Sum of RGB (Red+Green+Blue) = 196+202+2=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4CA02 is #3B35FD. Grayscale: #B2B2B2. Windows color (decimal): -3880446 or 182980. OLE color: 182980.

HSL color Cylindrical-coordinate representation of color #C4CA02: hue angle of 61.8º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4CA02 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB1962022-
CMYK0.0300.990.21
HSL61.8º98.04%40%-
HSV(B)61.8º99.01%79.22%-
XYZ43.953.988.16-
YUV177.4129.01141.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49%
GREEN value IS 202 (79.30% from 255) = 50.5%
BLUE value IS 2 (1.17% from 255) = 0.5%
R=49%
G=50.5%
B=0.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19620220.0300.990.2161.898.0440
HexC4CA23063153e6228
Octal304312230143257614250
Binary1100010011001010101101100011101011111101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CA02; }

 p { color: rgb(196,202,2); }

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

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

 a { background-color: rgb(196,202,2); }

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

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

 span { border-color: rgb(196,202,2); }

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