#cbd88c

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

Shades of Deco #CBD88C

Tints of Deco #CBD88C

Color information

#CBD88C (or 0xCBD88C) is unknown color: approx Deco. HEX triplet: CB, D8 and 8C. RGB value is (203,216,140). Sum of RGB (Red+Green+Blue) = 203+216+140=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD88C is #342773. Grayscale: #CBCBCB. Windows color (decimal): -3417972 or 9230539. OLE color: 9230539.

HSL color Cylindrical-coordinate representation of color #CBD88C: hue angle of 70.26º 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 #CBD88C is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB203216140-
CMYK0.0600.350.15
HSL70.26º49.35%69.8%-
HSV(B)70.26º35.19%84.71%-
XYZ53.9263.734.26-
YUV203.4592.19127.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.31%
GREEN value IS 216 (84.77% from 255) = 38.64%
BLUE value IS 140 (55.08% from 255) = 25.04%
R=36.31%
G=38.64%
B=25.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032161400.0600.350.1570.2649.3569.8
HexCBD88C6023F463146
Octal31333021460431710661106
Binary1100101111011000100011001100100011111110001101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbd88c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbd88c; }

 p { color: rgb(203,216,140); }

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

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

 a { background-color: rgb(203,216,140); }

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

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

 span { border-color: rgb(203,216,140); }

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