Shades of Pale Leaf #CBD89F
Tints of Pale Leaf #CBD89F
RGB
CMYK
RGB Variations
Color information
#CBD89F (or 0xCBD89F) is known color: Pale Leaf. HEX triplet: CB, D8 and 9F. RGB value is (203,216,159). Sum of RGB (Red+Green+Blue) = 203+216+159=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD89F is #342760. Grayscale: #CDCDCD. Windows color (decimal): -3417953 or 10475723. OLE color: 10475723.
HSL color Cylindrical-coordinate representation of color #CBD89F: hue angle of 73.68º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBD89F is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 216 | 159 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.15 |
| HSL | 73.68º | 0.42% | 0.74% | - |
| HSV(B) | 73.68º | 0.26% | 0.85% | - |
| XYZ | 55.44 | 64.31 | 42.29 | - |
| YUV | 205.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 216 | 159 | 0.06 | 0 | 0.26 | 0.15 | 73.68 | 0.42 | 0.74 |
| Hex | CB | D8 | 9F | 6 | 0 | 1A | F | 4A | 2A | 4A |
| Octal | 313 | 330 | 237 | 6 | 0 | 32 | 17 | 112 | 52 | 112 |
| Binary | 11001011 | 11011000 | 10011111 | 110 | 0 | 11010 | 1111 | 1001010 | 101010 | 1001010 |
Color Harmonies of #CBD89F
Complementary color
Monochromatic Colors of #CBD89F
Black with #CBD89F
Text Example
Text Example
White with #CBD89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD89F; }
p { color: rgb(203,216,159); }
H1.HeaderClassName
{
color: #CBD89F;
}
.AnyTagClassName
{
color: #CBD89F;
}
</style>
background-color css
<style>
a { background-color: #CBD89F; }
a { background-color: rgb(203,216,159); }
div.DivClassName
{
background-color: #CBD89F;
}
.BgClassName
{
background-color: #CBD89F;
}
</style>
border-color css
<style>
span { border-color: #CBD89F; }
span { border-color: rgb(203,216,159); }
td.TdClassName
{
border-color: #CBD89F;
}
.TagClassName
{
border-color: #CBD89F;
}
</style>