Shades of Pale Leaf #CBD89C
Tints of Pale Leaf #CBD89C
RGB
CMYK
RGB Variations
Color information
#CBD89C (or 0xCBD89C) is known color: 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
| RGB | 203 | 216 | 156 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.15 |
| HSL | 73º | 0.43% | 0.73% | - |
| HSV(B) | 73º | 0.28% | 0.85% | - |
| XYZ | 55.19 | 64.21 | 40.94 | - |
| YUV | 205.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 216 | 156 | 0.06 | 0 | 0.28 | 0.15 | 73 | 0.43 | 0.73 |
| Hex | CB | D8 | 9C | 6 | 0 | 1C | F | 49 | 2B | 49 |
| Octal | 313 | 330 | 234 | 6 | 0 | 34 | 17 | 111 | 53 | 111 |
| Binary | 11001011 | 11011000 | 10011100 | 110 | 0 | 11100 | 1111 | 1001001 | 101011 | 1001001 |
Color Harmonies of #CBD89C
Complementary color
Monochromatic Colors of #CBD89C
Black with #CBD89C
Text Example
Text Example
White with #CBD89C
Text Example
Text Example
HTML Codes & Css Web 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>