Shades of Green Mist #CACB9B
Tints of Green Mist #CACB9B
RGB
CMYK
RGB Variations
Color information
#CACB9B (or 0xCACB9B) is known color: Green Mist. HEX triplet: CA, CB and 9B. RGB value is (202,203,155). Sum of RGB (Red+Green+Blue) = 202+203+155=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACB9B is #353464. Grayscale: #C5C5C5. Windows color (decimal): -3486821 or 10210250. OLE color: 10210250.
HSL color Cylindrical-coordinate representation of color #CACB9B: hue angle of 61.25º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CACB9B is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 155 | - |
| CMYK | 0.00 | 0 | 0.24 | 0.20 |
| HSL | 61.25º | 0.32% | 0.7% | - |
| HSV(B) | 61.25º | 0.24% | 0.8% | - |
| XYZ | 51.63 | 57.63 | 39.41 | - |
| YUV | 197.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 155 | 0.00 | 0 | 0.24 | 0.20 | 61.25 | 0.32 | 0.7 |
| Hex | CA | CB | 9B | 0 | 0 | 18 | 14 | 3D | 20 | 46 |
| Octal | 312 | 313 | 233 | 0 | 0 | 30 | 24 | 75 | 40 | 106 |
| Binary | 11001010 | 11001011 | 10011011 | 0 | 0 | 11000 | 10100 | 111101 | 100000 | 1000110 |
Color Harmonies of #CACB9B
Complementary color
Monochromatic Colors of #CACB9B
Black with #CACB9B
Text Example
Text Example
White with #CACB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB9B; }
p { color: rgb(202,203,155); }
H1.HeaderClassName
{
color: #CACB9B;
}
.AnyTagClassName
{
color: #CACB9B;
}
</style>
background-color css
<style>
a { background-color: #CACB9B; }
a { background-color: rgb(202,203,155); }
div.DivClassName
{
background-color: #CACB9B;
}
.BgClassName
{
background-color: #CACB9B;
}
</style>
border-color css
<style>
span { border-color: #CACB9B; }
span { border-color: rgb(202,203,155); }
td.TdClassName
{
border-color: #CACB9B;
}
.TagClassName
{
border-color: #CACB9B;
}
</style>