Shades of Green Mist #CBD69D
Tints of Green Mist #CBD69D
RGB
CMYK
RGB Variations
Color information
#CBD69D (or 0xCBD69D) is known color: Green Mist. HEX triplet: CB, D6 and 9D. RGB value is (203,214,157). Sum of RGB (Red+Green+Blue) = 203+214+157=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD69D is #342962. Grayscale: #CCCCCC. Windows color (decimal): -3418467 or 10344139. OLE color: 10344139.
HSL color Cylindrical-coordinate representation of color #CBD69D: hue angle of 71.58º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBD69D is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 214 | 157 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.16 |
| HSL | 71.58º | 0.41% | 0.73% | - |
| HSV(B) | 71.58º | 0.27% | 0.84% | - |
| XYZ | 54.76 | 63.22 | 41.22 | - |
| YUV | 204.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 157 | 0.05 | 0 | 0.27 | 0.16 | 71.58 | 0.41 | 0.73 |
| Hex | CB | D6 | 9D | 5 | 0 | 1B | 10 | 48 | 29 | 49 |
| Octal | 313 | 326 | 235 | 5 | 0 | 33 | 20 | 110 | 51 | 111 |
| Binary | 11001011 | 11010110 | 10011101 | 101 | 0 | 11011 | 10000 | 1001000 | 101001 | 1001001 |
Color Harmonies of #CBD69D
Complementary color
Monochromatic Colors of #CBD69D
Black with #CBD69D
Text Example
Text Example
White with #CBD69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD69D; }
p { color: rgb(203,214,157); }
H1.HeaderClassName
{
color: #CBD69D;
}
.AnyTagClassName
{
color: #CBD69D;
}
</style>
background-color css
<style>
a { background-color: #CBD69D; }
a { background-color: rgb(203,214,157); }
div.DivClassName
{
background-color: #CBD69D;
}
.BgClassName
{
background-color: #CBD69D;
}
</style>
border-color css
<style>
span { border-color: #CBD69D; }
span { border-color: rgb(203,214,157); }
td.TdClassName
{
border-color: #CBD69D;
}
.TagClassName
{
border-color: #CBD69D;
}
</style>