Shades of Chelsea Cucumber #99BA51
Tints of Chelsea Cucumber #99BA51
RGB
CMYK
RGB Variations
Color information
#99BA51 (or 0x99BA51) is known color: Chelsea Cucumber. HEX triplet: 99, BA and 51. RGB value is (153,186,81). Sum of RGB (Red+Green+Blue) = 153+186+81=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA51 is #6645AE. Grayscale: #A4A4A4. Windows color (decimal): -6702511 or 5356185. OLE color: 5356185.
HSL color Cylindrical-coordinate representation of color #99BA51: hue angle of 78.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99BA51 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 81 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.27 |
| HSL | 78.86º | 0.43% | 0.52% | - |
| HSV(B) | 78.86º | 0.56% | 0.73% | - |
| XYZ | 32.18 | 42.48 | 14.29 | - |
| YUV | 164.16 | 81.07 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 81 | 0.18 | 0 | 0.56 | 0.27 | 78.86 | 0.43 | 0.52 |
| Hex | 99 | BA | 51 | 12 | 0 | 38 | 1B | 4F | 2B | 34 |
| Octal | 231 | 272 | 121 | 22 | 0 | 70 | 33 | 117 | 53 | 64 |
| Binary | 10011001 | 10111010 | 1010001 | 10010 | 0 | 111000 | 11011 | 1001111 | 101011 | 110100 |
Color Harmonies of #99BA51
Complementary color
Monochromatic Colors of #99BA51
Black with #99BA51
Text Example
Text Example
White with #99BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA51; }
p { color: rgb(153,186,81); }
H1.HeaderClassName
{
color: #99BA51;
}
.AnyTagClassName
{
color: #99BA51;
}
</style>
background-color css
<style>
a { background-color: #99BA51; }
a { background-color: rgb(153,186,81); }
div.DivClassName
{
background-color: #99BA51;
}
.BgClassName
{
background-color: #99BA51;
}
</style>
border-color css
<style>
span { border-color: #99BA51; }
span { border-color: rgb(153,186,81); }
td.TdClassName
{
border-color: #99BA51;
}
.TagClassName
{
border-color: #99BA51;
}
</style>