Shades of Chelsea Cucumber #99BA55
Tints of Chelsea Cucumber #99BA55
RGB
CMYK
RGB Variations
Color information
#99BA55 (or 0x99BA55) is known color: Chelsea Cucumber. HEX triplet: 99, BA and 55. RGB value is (153,186,85). Sum of RGB (Red+Green+Blue) = 153+186+85=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA55 is #6645AA. Grayscale: #A4A4A4. Windows color (decimal): -6702507 or 5618329. OLE color: 5618329.
HSL color Cylindrical-coordinate representation of color #99BA55: hue angle of 79.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99BA55 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 85 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.27 |
| HSL | 79.6º | 0.42% | 0.53% | - |
| HSV(B) | 79.6º | 0.54% | 0.73% | - |
| XYZ | 32.34 | 42.55 | 15.1 | - |
| YUV | 164.62 | 83.07 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 85 | 0.18 | 0 | 0.54 | 0.27 | 79.6 | 0.42 | 0.53 |
| Hex | 99 | BA | 55 | 12 | 0 | 36 | 1B | 50 | 2A | 35 |
| Octal | 231 | 272 | 125 | 22 | 0 | 66 | 33 | 120 | 52 | 65 |
| Binary | 10011001 | 10111010 | 1010101 | 10010 | 0 | 110110 | 11011 | 1010000 | 101010 | 110101 |
Color Harmonies of #99BA55
Complementary color
Monochromatic Colors of #99BA55
Black with #99BA55
Text Example
Text Example
White with #99BA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA55; }
p { color: rgb(153,186,85); }
H1.HeaderClassName
{
color: #99BA55;
}
.AnyTagClassName
{
color: #99BA55;
}
</style>
background-color css
<style>
a { background-color: #99BA55; }
a { background-color: rgb(153,186,85); }
div.DivClassName
{
background-color: #99BA55;
}
.BgClassName
{
background-color: #99BA55;
}
</style>
border-color css
<style>
span { border-color: #99BA55; }
span { border-color: rgb(153,186,85); }
td.TdClassName
{
border-color: #99BA55;
}
.TagClassName
{
border-color: #99BA55;
}
</style>