#C8D88D

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

Shades of Deco #C8D88D

Tints of Deco #C8D88D

Color information

#C8D88D (or 0xC8D88D) is unknown color: approx Deco. HEX triplet: C8, D8 and 8D. RGB value is (200,216,141). Sum of RGB (Red+Green+Blue) = 200+216+141=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D88D is #372772. Grayscale: #CACACA. Windows color (decimal): -3614579 or 9296072. OLE color: 9296072.

HSL color Cylindrical-coordinate representation of color #C8D88D: hue angle of 72.8º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8D88D is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB200216141-
CMYK0.0700.350.15
HSL72.8º49.02%70%-
HSV(B)72.8º34.72%84.71%-
XYZ53.1863.3134.62-
YUV202.6793.2126.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.91%
GREEN value IS 216 (84.77% from 255) = 38.78%
BLUE value IS 141 (55.47% from 255) = 25.31%
R=35.91%
G=38.78%
B=25.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002161410.0700.350.1572.849.0270
HexC8D88D7023F493146
Octal31033021570431711161106
Binary1100100011011000100011011110100011111110010011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D88D; }

 p { color: rgb(200,216,141); }

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

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

 a { background-color: rgb(200,216,141); }

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

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

 span { border-color: rgb(200,216,141); }

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