Shades of Green Mist #CBD19B
Tints of Green Mist #CBD19B
RGB
CMYK
RGB Variations
Color information
#CBD19B (or 0xCBD19B) is known color: Green Mist. HEX triplet: CB, D1 and 9B. RGB value is (203,209,155). Sum of RGB (Red+Green+Blue) = 203+209+155=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD19B is #342E64. Grayscale: #C9C9C9. Windows color (decimal): -3419749 or 10211787. OLE color: 10211787.
HSL color Cylindrical-coordinate representation of color #CBD19B: hue angle of 66.67º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBD19B is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 209 | 155 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.18 |
| HSL | 66.67º | 0.37% | 0.71% | - |
| HSV(B) | 66.67º | 0.26% | 0.82% | - |
| XYZ | 53.35 | 60.66 | 39.91 | - |
| YUV | 201.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 155 | 0.03 | 0 | 0.26 | 0.18 | 66.67 | 0.37 | 0.71 |
| Hex | CB | D1 | 9B | 3 | 0 | 1A | 12 | 43 | 25 | 47 |
| Octal | 313 | 321 | 233 | 3 | 0 | 32 | 22 | 103 | 45 | 107 |
| Binary | 11001011 | 11010001 | 10011011 | 11 | 0 | 11010 | 10010 | 1000011 | 100101 | 1000111 |
Color Harmonies of #CBD19B
Complementary color
Monochromatic Colors of #CBD19B
Black with #CBD19B
Text Example
Text Example
White with #CBD19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD19B; }
p { color: rgb(203,209,155); }
H1.HeaderClassName
{
color: #CBD19B;
}
.AnyTagClassName
{
color: #CBD19B;
}
</style>
background-color css
<style>
a { background-color: #CBD19B; }
a { background-color: rgb(203,209,155); }
div.DivClassName
{
background-color: #CBD19B;
}
.BgClassName
{
background-color: #CBD19B;
}
</style>
border-color css
<style>
span { border-color: #CBD19B; }
span { border-color: rgb(203,209,155); }
td.TdClassName
{
border-color: #CBD19B;
}
.TagClassName
{
border-color: #CBD19B;
}
</style>