#C4CA11

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

Shades of La Rioja #C4CA11

Tints of La Rioja #C4CA11

Color information

#C4CA11 (or 0xC4CA11) is unknown color: approx La Rioja. HEX triplet: C4, CA and 11. RGB value is (196,202,17). Sum of RGB (Red+Green+Blue) = 196+202+17=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4CA11 is #3B35EE. Grayscale: #B3B3B3. Windows color (decimal): -3880431 or 1166020. OLE color: 1166020.

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

Color convert

RGB19620217-
CMYK0.0300.920.21
HSL61.95º84.47%42.94%-
HSV(B)61.95º91.58%79.22%-
XYZ43.9954.028.64-
YUV179.1236.51140.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.23%
GREEN value IS 202 (79.30% from 255) = 48.67%
BLUE value IS 17 (7.03% from 255) = 4.10%
R=47.23%
G=48.67%
B=4.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal196202170.0300.920.2161.9584.4742.94
HexC4CA11305C153e542b
Octal3043122130134257612453
Binary1100010011001010100011101011100101011111101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CA11; }

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

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

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

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

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

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

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

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