#C8D972

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

Shades of Deco #C8D972

Tints of Deco #C8D972

Color information

#C8D972 (or 0xC8D972) is unknown color: approx Deco. HEX triplet: C8, D9 and 72. RGB value is (200,217,114). Sum of RGB (Red+Green+Blue) = 200+217+114=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D972 is #37268D. Grayscale: #C8C8C8. Windows color (decimal): -3614350 or 7526856. OLE color: 7526856.

HSL color Cylindrical-coordinate representation of color #C8D972: hue angle of 69.9º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8D972 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB200217114-
CMYK0.0800.470.15
HSL69.9º57.54%64.9%-
HSV(B)69.9º47.47%85.1%-
XYZ51.6763.1225.38-
YUV200.1879.37127.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.66%
GREEN value IS 217 (85.16% from 255) = 40.87%
BLUE value IS 114 (44.92% from 255) = 21.47%
R=37.66%
G=40.87%
B=21.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002171140.0800.470.1569.957.5464.9
HexC8D972802FF463a41
Octal310331162100571710672101
Binary1100100011011001111001010000101111111110001101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D972; }

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

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

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

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

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

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

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

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