Shades of Chelsea Cucumber #99B855
Tints of Chelsea Cucumber #99B855
RGB
CMYK
RGB Variations
Color information
#99B855 (or 0x99B855) is known color: Chelsea Cucumber. HEX triplet: 99, B8 and 55. RGB value is (153,184,85). Sum of RGB (Red+Green+Blue) = 153+184+85=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 184 - color contains mainly: green. Hex color #99B855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B855 is #6647AA. Grayscale: #A3A3A3. Windows color (decimal): -6703019 or 5617817. OLE color: 5617817.
HSL color Cylindrical-coordinate representation of color #99B855: hue angle of 78.79º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99B855 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 184 | 85 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.28 |
| HSL | 78.79º | 0.41% | 0.53% | - |
| HSV(B) | 78.79º | 0.54% | 0.72% | - |
| XYZ | 31.92 | 41.71 | 14.96 | - |
| YUV | 163.45 | 83.73 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 184 | 85 | 0.17 | 0 | 0.54 | 0.28 | 78.79 | 0.41 | 0.53 |
| Hex | 99 | B8 | 55 | 11 | 0 | 36 | 1C | 4F | 29 | 35 |
| Octal | 231 | 270 | 125 | 21 | 0 | 66 | 34 | 117 | 51 | 65 |
| Binary | 10011001 | 10111000 | 1010101 | 10001 | 0 | 110110 | 11100 | 1001111 | 101001 | 110101 |
Color Harmonies of #99B855
Complementary color
Monochromatic Colors of #99B855
Black with #99B855
Text Example
Text Example
White with #99B855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B855; }
p { color: rgb(153,184,85); }
H1.HeaderClassName
{
color: #99B855;
}
.AnyTagClassName
{
color: #99B855;
}
</style>
background-color css
<style>
a { background-color: #99B855; }
a { background-color: rgb(153,184,85); }
div.DivClassName
{
background-color: #99B855;
}
.BgClassName
{
background-color: #99B855;
}
</style>
border-color css
<style>
span { border-color: #99B855; }
span { border-color: rgb(153,184,85); }
td.TdClassName
{
border-color: #99B855;
}
.TagClassName
{
border-color: #99B855;
}
</style>