Shades of Green Mist #CBD79A
Tints of Green Mist #CBD79A
RGB
CMYK
RGB Variations
Color information
#CBD79A (or 0xCBD79A) is known color: Green Mist. HEX triplet: CB, D7 and 9A. RGB value is (203,215,154). Sum of RGB (Red+Green+Blue) = 203+215+154=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 154 (60.55% from 255 or 26.92% from 572); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD79A is #342865. Grayscale: #CCCCCC. Windows color (decimal): -3418214 or 10147787. OLE color: 10147787.
HSL color Cylindrical-coordinate representation of color #CBD79A: hue angle of 71.8º degrees, saturation: 0.43, 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 #CBD79A is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 215 | 154 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.16 |
| HSL | 71.8º | 0.43% | 0.72% | - |
| HSV(B) | 71.8º | 0.28% | 0.84% | - |
| XYZ | 54.76 | 63.63 | 39.97 | - |
| YUV | 204.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 154 | 0.06 | 0 | 0.28 | 0.16 | 71.8 | 0.43 | 0.72 |
| Hex | CB | D7 | 9A | 6 | 0 | 1C | 10 | 48 | 2B | 48 |
| Octal | 313 | 327 | 232 | 6 | 0 | 34 | 20 | 110 | 53 | 110 |
| Binary | 11001011 | 11010111 | 10011010 | 110 | 0 | 11100 | 10000 | 1001000 | 101011 | 1001000 |
Color Harmonies of #CBD79A
Complementary color
Monochromatic Colors of #CBD79A
Black with #CBD79A
Text Example
Text Example
White with #CBD79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD79A; }
p { color: rgb(203,215,154); }
H1.HeaderClassName
{
color: #CBD79A;
}
.AnyTagClassName
{
color: #CBD79A;
}
</style>
background-color css
<style>
a { background-color: #CBD79A; }
a { background-color: rgb(203,215,154); }
div.DivClassName
{
background-color: #CBD79A;
}
.BgClassName
{
background-color: #CBD79A;
}
</style>
border-color css
<style>
span { border-color: #CBD79A; }
span { border-color: rgb(203,215,154); }
td.TdClassName
{
border-color: #CBD79A;
}
.TagClassName
{
border-color: #CBD79A;
}
</style>