#C2D37A

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

Shades of Deco #C2D37A

Tints of Deco #C2D37A

Color information

#C2D37A (or 0xC2D37A) is unknown color: approx Deco. HEX triplet: C2, D3 and 7A. RGB value is (194,211,122). Sum of RGB (Red+Green+Blue) = 194+211+122=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D37A is #3D2C85. Grayscale: #C4C4C4. Windows color (decimal): -4009094 or 8049602. OLE color: 8049602.

HSL color Cylindrical-coordinate representation of color #C2D37A: hue angle of 71.46º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2D37A is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB194211122-
CMYK0.0800.420.17
HSL71.46º50.28%65.29%-
HSV(B)71.46º42.18%82.75%-
XYZ49.0659.4627.3-
YUV195.7786.37126.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.81%
GREEN value IS 211 (82.81% from 255) = 40.04%
BLUE value IS 122 (48.05% from 255) = 23.15%
R=36.81%
G=40.04%
B=23.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1942111220.0800.420.1771.4650.2865.29
HexC2D37A802A11473241
Octal302323172100522110762101
Binary11000010110100111111010100001010101000110001111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D37A; }

 p { color: rgb(194,211,122); }

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

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

 a { background-color: rgb(194,211,122); }

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

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

 span { border-color: rgb(194,211,122); }

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