Shades of Green Mist #CBD89A
Tints of Green Mist #CBD89A
RGB
CMYK
RGB Variations
Color information
#CBD89A (or 0xCBD89A) is known color: Green Mist. HEX triplet: CB, D8 and 9A. RGB value is (203,216,154). Sum of RGB (Red+Green+Blue) = 203+216+154=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD89A is #342765. Grayscale: #CDCDCD. Windows color (decimal): -3417958 or 10148043. OLE color: 10148043.
HSL color Cylindrical-coordinate representation of color #CBD89A: hue angle of 72.58º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBD89A is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 216 | 154 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.15 |
| HSL | 72.58º | 0.44% | 0.73% | - |
| HSV(B) | 72.58º | 0.29% | 0.85% | - |
| XYZ | 55.02 | 64.14 | 40.05 | - |
| YUV | 205.05 | 99.19 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 216 | 154 | 0.06 | 0 | 0.29 | 0.15 | 72.58 | 0.44 | 0.73 |
| Hex | CB | D8 | 9A | 6 | 0 | 1D | F | 49 | 2C | 49 |
| Octal | 313 | 330 | 232 | 6 | 0 | 35 | 17 | 111 | 54 | 111 |
| Binary | 11001011 | 11011000 | 10011010 | 110 | 0 | 11101 | 1111 | 1001001 | 101100 | 1001001 |
Color Harmonies of #CBD89A
Complementary color
Monochromatic Colors of #CBD89A
Black with #CBD89A
Text Example
Text Example
White with #CBD89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD89A; }
p { color: rgb(203,216,154); }
H1.HeaderClassName
{
color: #CBD89A;
}
.AnyTagClassName
{
color: #CBD89A;
}
</style>
background-color css
<style>
a { background-color: #CBD89A; }
a { background-color: rgb(203,216,154); }
div.DivClassName
{
background-color: #CBD89A;
}
.BgClassName
{
background-color: #CBD89A;
}
</style>
border-color css
<style>
span { border-color: #CBD89A; }
span { border-color: rgb(203,216,154); }
td.TdClassName
{
border-color: #CBD89A;
}
.TagClassName
{
border-color: #CBD89A;
}
</style>