#C2D106

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

Shades of La Rioja #C2D106

Tints of La Rioja #C2D106

Color information

#C2D106 (or 0xC2D106) is unknown color: approx La Rioja. HEX triplet: C2, D1 and 06. RGB value is (194,209,6). Sum of RGB (Red+Green+Blue) = 194+209+6=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D106 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D106 is #3D2EF9. Grayscale: #B6B6B6. Windows color (decimal): -4009722 or 446914. OLE color: 446914.

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

Color convert

RGB1942096-
CMYK0.0700.970.18
HSL64.43º94.42%42.16%-
HSV(B)64.43º97.13%81.96%-
XYZ45.0857.088.81-
YUV181.3729.03137.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 209 (82.03% from 255) = 51.10%
BLUE value IS 6 (2.73% from 255) = 1.47%
R=47.43%
G=51.10%
B=1.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal19420960.0700.970.1864.4394.4242.16
HexC2D16706112405e2a
Octal3023216701412210013652
Binary1100001011010001110111011000011001010000001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D106; }

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

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

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

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

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

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

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

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