Shades of Chelsea Cucumber #99BB55
Tints of Chelsea Cucumber #99BB55
RGB
CMYK
RGB Variations
Color information
#99BB55 (or 0x99BB55) is known color: Chelsea Cucumber. HEX triplet: 99, BB and 55. RGB value is (153,187,85). Sum of RGB (Red+Green+Blue) = 153+187+85=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BB55 is #6644AA. Grayscale: #A5A5A5. Windows color (decimal): -6702251 or 5618585. OLE color: 5618585.
HSL color Cylindrical-coordinate representation of color #99BB55: hue angle of 80º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99BB55 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 187 | 85 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.27 |
| HSL | 80º | 0.43% | 0.53% | - |
| HSV(B) | 80º | 0.55% | 0.73% | - |
| XYZ | 32.55 | 42.97 | 15.17 | - |
| YUV | 165.21 | 82.74 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 85 | 0.18 | 0 | 0.55 | 0.27 | 80 | 0.43 | 0.53 |
| Hex | 99 | BB | 55 | 12 | 0 | 37 | 1B | 50 | 2B | 35 |
| Octal | 231 | 273 | 125 | 22 | 0 | 67 | 33 | 120 | 53 | 65 |
| Binary | 10011001 | 10111011 | 1010101 | 10010 | 0 | 110111 | 11011 | 1010000 | 101011 | 110101 |
Color Harmonies of #99BB55
Complementary color
Monochromatic Colors of #99BB55
Black with #99BB55
Text Example
Text Example
White with #99BB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BB55; }
p { color: rgb(153,187,85); }
H1.HeaderClassName
{
color: #99BB55;
}
.AnyTagClassName
{
color: #99BB55;
}
</style>
background-color css
<style>
a { background-color: #99BB55; }
a { background-color: rgb(153,187,85); }
div.DivClassName
{
background-color: #99BB55;
}
.BgClassName
{
background-color: #99BB55;
}
</style>
border-color css
<style>
span { border-color: #99BB55; }
span { border-color: rgb(153,187,85); }
td.TdClassName
{
border-color: #99BB55;
}
.TagClassName
{
border-color: #99BB55;
}
</style>