Shades of Pale Leaf #CBD89D
Tints of Pale Leaf #CBD89D
RGB
CMYK
RGB Variations
Color information
#CBD89D (or 0xCBD89D) is known color: Pale Leaf. HEX triplet: CB, D8 and 9D. RGB value is (203,216,157). Sum of RGB (Red+Green+Blue) = 203+216+157=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD89D is #342762. Grayscale: #CDCDCD. Windows color (decimal): -3417955 or 10344651. OLE color: 10344651.
HSL color Cylindrical-coordinate representation of color #CBD89D: hue angle of 73.22º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBD89D is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 216 | 157 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.15 |
| HSL | 73.22º | 0.43% | 0.73% | - |
| HSV(B) | 73.22º | 0.27% | 0.85% | - |
| XYZ | 55.27 | 64.24 | 41.39 | - |
| YUV | 205.39 | 100.69 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 216 | 157 | 0.06 | 0 | 0.27 | 0.15 | 73.22 | 0.43 | 0.73 |
| Hex | CB | D8 | 9D | 6 | 0 | 1B | F | 49 | 2B | 49 |
| Octal | 313 | 330 | 235 | 6 | 0 | 33 | 17 | 111 | 53 | 111 |
| Binary | 11001011 | 11011000 | 10011101 | 110 | 0 | 11011 | 1111 | 1001001 | 101011 | 1001001 |
Color Harmonies of #CBD89D
Complementary color
Monochromatic Colors of #CBD89D
Black with #CBD89D
Text Example
Text Example
White with #CBD89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD89D; }
p { color: rgb(203,216,157); }
H1.HeaderClassName
{
color: #CBD89D;
}
.AnyTagClassName
{
color: #CBD89D;
}
</style>
background-color css
<style>
a { background-color: #CBD89D; }
a { background-color: rgb(203,216,157); }
div.DivClassName
{
background-color: #CBD89D;
}
.BgClassName
{
background-color: #CBD89D;
}
</style>
border-color css
<style>
span { border-color: #CBD89D; }
span { border-color: rgb(203,216,157); }
td.TdClassName
{
border-color: #CBD89D;
}
.TagClassName
{
border-color: #CBD89D;
}
</style>