#C8D982

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

Shades of Deco #C8D982

Tints of Deco #C8D982

Color information

#C8D982 (or 0xC8D982) is unknown color: approx Deco. HEX triplet: C8, D9 and 82. RGB value is (200,217,130). Sum of RGB (Red+Green+Blue) = 200+217+130=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D982 is #37267D. Grayscale: #CACACA. Windows color (decimal): -3614334 or 8575432. OLE color: 8575432.

HSL color Cylindrical-coordinate representation of color #C8D982: hue angle of 71.72º degrees, saturation: 0.53, 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 #C8D982 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB200217130-
CMYK0.0800.400.15
HSL71.72º53.37%68.04%-
HSV(B)71.72º40.09%85.1%-
XYZ52.6663.5230.6-
YUV20287.37126.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.56%
GREEN value IS 217 (85.16% from 255) = 39.67%
BLUE value IS 130 (51.17% from 255) = 23.77%
R=36.56%
G=39.67%
B=23.77%

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
Decimal2002171300.0800.400.1571.7253.3768.04
HexC8D9828028F483544
Octal310331202100501711065104
Binary11001000110110011000001010000101000111110010001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D982; }

 p { color: rgb(200,217,130); }

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

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

 a { background-color: rgb(200,217,130); }

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

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

 span { border-color: rgb(200,217,130); }

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