Shades of Green Mist #CBD69A
Tints of Green Mist #CBD69A
RGB
CMYK
RGB Variations
Color information
#CBD69A (or 0xCBD69A) is known color: Green Mist. HEX triplet: CB, D6 and 9A. RGB value is (203,214,154). Sum of RGB (Red+Green+Blue) = 203+214+154=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD69A is #342965. Grayscale: #CCCCCC. Windows color (decimal): -3418470 or 10147531. OLE color: 10147531.
HSL color Cylindrical-coordinate representation of color #CBD69A: hue angle of 71º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBD69A is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 214 | 154 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.16 |
| HSL | 71º | 0.42% | 0.72% | - |
| HSV(B) | 71º | 0.28% | 0.84% | - |
| XYZ | 54.51 | 63.12 | 39.88 | - |
| YUV | 203.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 154 | 0.05 | 0 | 0.28 | 0.16 | 71 | 0.42 | 0.72 |
| Hex | CB | D6 | 9A | 5 | 0 | 1C | 10 | 47 | 2A | 48 |
| Octal | 313 | 326 | 232 | 5 | 0 | 34 | 20 | 107 | 52 | 110 |
| Binary | 11001011 | 11010110 | 10011010 | 101 | 0 | 11100 | 10000 | 1000111 | 101010 | 1001000 |
Color Harmonies of #CBD69A
Complementary color
Monochromatic Colors of #CBD69A
Black with #CBD69A
Text Example
Text Example
White with #CBD69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD69A; }
p { color: rgb(203,214,154); }
H1.HeaderClassName
{
color: #CBD69A;
}
.AnyTagClassName
{
color: #CBD69A;
}
</style>
background-color css
<style>
a { background-color: #CBD69A; }
a { background-color: rgb(203,214,154); }
div.DivClassName
{
background-color: #CBD69A;
}
.BgClassName
{
background-color: #CBD69A;
}
</style>
border-color css
<style>
span { border-color: #CBD69A; }
span { border-color: rgb(203,214,154); }
td.TdClassName
{
border-color: #CBD69A;
}
.TagClassName
{
border-color: #CBD69A;
}
</style>