Shades of Green Mist #CBC898
Tints of Green Mist #CBC898
RGB
CMYK
RGB Variations
Color information
#CBC898 (or 0xCBC898) is known color: Green Mist. HEX triplet: CB, C8 and 98. RGB value is (203,200,152). Sum of RGB (Red+Green+Blue) = 203+200+152=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC898 is #343767. Grayscale: #C3C3C3. Windows color (decimal): -3422056 or 10012875. OLE color: 10012875.
HSL color Cylindrical-coordinate representation of color #CBC898: hue angle of 56.47º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBC898 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 152 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.20 |
| HSL | 56.47º | 0.33% | 0.7% | - |
| HSV(B) | 56.47º | 0.25% | 0.8% | - |
| XYZ | 50.95 | 56.27 | 37.88 | - |
| YUV | 195.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 152 | 0 | 0.01 | 0.25 | 0.20 | 56.47 | 0.33 | 0.7 |
| Hex | CB | C8 | 98 | 0 | 1 | 19 | 14 | 38 | 21 | 46 |
| Octal | 313 | 310 | 230 | 0 | 1 | 31 | 24 | 70 | 41 | 106 |
| Binary | 11001011 | 11001000 | 10011000 | 0 | 1 | 11001 | 10100 | 111000 | 100001 | 1000110 |
Color Harmonies of #CBC898
Complementary color
Monochromatic Colors of #CBC898
Black with #CBC898
Text Example
Text Example
White with #CBC898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC898; }
p { color: rgb(203,200,152); }
H1.HeaderClassName
{
color: #CBC898;
}
.AnyTagClassName
{
color: #CBC898;
}
</style>
background-color css
<style>
a { background-color: #CBC898; }
a { background-color: rgb(203,200,152); }
div.DivClassName
{
background-color: #CBC898;
}
.BgClassName
{
background-color: #CBC898;
}
</style>
border-color css
<style>
span { border-color: #CBC898; }
span { border-color: rgb(203,200,152); }
td.TdClassName
{
border-color: #CBC898;
}
.TagClassName
{
border-color: #CBC898;
}
</style>