#C2D10C

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

Shades of La Rioja #C2D10C

Tints of La Rioja #C2D10C

Color information

#C2D10C (or 0xC2D10C) is unknown color: approx La Rioja. HEX triplet: C2, D1 and 0C. RGB value is (194,209,12). Sum of RGB (Red+Green+Blue) = 194+209+12=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 209 (82.03% from 255 or 50.36% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D10C is #3D2EF3. Grayscale: #B6B6B6. Windows color (decimal): -4009716 or 840130. OLE color: 840130.

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

Color convert

RGB19420912-
CMYK0.0700.940.18
HSL64.57º89.14%43.33%-
HSV(B)64.57º94.26%81.96%-
XYZ45.1157.18.99-
YUV182.0632.03136.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 209 (82.03% from 255) = 50.36%
BLUE value IS 12 (5.08% from 255) = 2.89%
R=46.75%
G=50.36%
B=2.89%

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
Decimal194209120.0700.940.1864.5789.1443.33
HexC2D1C705E1241592b
Octal30232114701362210113153
Binary11000010110100011100111010111101001010000011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D10C; }

 p { color: rgb(194,209,12); }

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

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

 a { background-color: rgb(194,209,12); }

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

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

 span { border-color: rgb(194,209,12); }

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