#C4D20C

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

Shades of La Rioja #C4D20C

Tints of La Rioja #C4D20C

Color information

#C4D20C (or 0xC4D20C) is unknown color: approx La Rioja. HEX triplet: C4, D2 and 0C. RGB value is (196,210,12). Sum of RGB (Red+Green+Blue) = 196+210+12=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 210 (82.42% from 255 or 50.24% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D20C is #3B2DF3. Grayscale: #B8B8B8. Windows color (decimal): -3878388 or 840388. OLE color: 840388.

HSL color Cylindrical-coordinate representation of color #C4D20C: hue angle of 64.24º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4D20C is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB19621012-
CMYK0.0700.940.18
HSL64.24º89.19%43.53%-
HSV(B)64.24º94.29%82.35%-
XYZ45.8857.869.1-
YUV183.2431.36137.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.89%
GREEN value IS 210 (82.42% from 255) = 50.24%
BLUE value IS 12 (5.08% from 255) = 2.87%
R=46.89%
G=50.24%
B=2.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal196210120.0700.940.1864.2489.1943.53
HexC4D2C705E1240592c
Octal30432214701362210013154
Binary11000100110100101100111010111101001010000001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D20C; }

 p { color: rgb(196,210,12); }

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

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

 a { background-color: rgb(196,210,12); }

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

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

 span { border-color: rgb(196,210,12); }

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