#CBD89C

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

Shades of Pale Leaf #CBD89C

Tints of Pale Leaf #CBD89C

Color information

#CBD89C (or 0xCBD89C) is unknown color: approx Pale Leaf. HEX triplet: CB, D8 and 9C. RGB value is (203,216,156). Sum of RGB (Red+Green+Blue) = 203+216+156=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD89C is #342763. Grayscale: #CDCDCD. Windows color (decimal): -3417956 or 10279115. OLE color: 10279115.

HSL color Cylindrical-coordinate representation of color #CBD89C: hue angle of 73º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBD89C is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB203216156-
CMYK0.0600.280.15
HSL73º43.48%72.94%-
HSV(B)73º27.78%84.71%-
XYZ55.1964.2140.94-
YUV205.27100.19126.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 216 (84.77% from 255) = 37.57%
BLUE value IS 156 (61.33% from 255) = 27.13%
R=35.30%
G=37.57%
B=27.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032161560.0600.280.157343.4872.94
HexCBD89C601CF492b49
Octal31333023460341711153111
Binary110010111101100010011100110011100111110010011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD89C; }

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

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

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

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

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

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

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

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