#c6d882

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

Shades of Deco #C6D882

Tints of Deco #C6D882

Color information

#C6D882 (or 0xC6D882) is unknown color: approx Deco. HEX triplet: C6, D8 and 82. RGB value is (198,216,130). Sum of RGB (Red+Green+Blue) = 198+216+130=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D882 is #39277D. Grayscale: #C9C9C9. Windows color (decimal): -3745662 or 8575174. OLE color: 8575174.

HSL color Cylindrical-coordinate representation of color #C6D882: hue angle of 72.56º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C6D882 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB198216130-
CMYK0.0800.400.15
HSL72.56º52.44%67.84%-
HSV(B)72.56º39.81%84.71%-
XYZ51.8762.7330.49-
YUV200.8188.04125.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.40%
GREEN value IS 216 (84.77% from 255) = 39.71%
BLUE value IS 130 (51.17% from 255) = 23.90%
R=36.40%
G=39.71%
B=23.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982161300.0800.400.1572.5652.4467.84
HexC6D8828028F493444
Octal306330202100501711164104
Binary11000110110110001000001010000101000111110010011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6d882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6d882; }

 p { color: rgb(198,216,130); }

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

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

 a { background-color: rgb(198,216,130); }

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

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

 span { border-color: rgb(198,216,130); }

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