Shades of Chelsea Cucumber #99BD51
Tints of Chelsea Cucumber #99BD51
RGB
CMYK
RGB Variations
Color information
#99BD51 (or 0x99BD51) is known color: Chelsea Cucumber. HEX triplet: 99, BD and 51. RGB value is (153,189,81). Sum of RGB (Red+Green+Blue) = 153+189+81=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BD51 is #6642AE. Grayscale: #A6A6A6. Windows color (decimal): -6701743 or 5356953. OLE color: 5356953.
HSL color Cylindrical-coordinate representation of color #99BD51: hue angle of 80º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99BD51 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 81 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.26 |
| HSL | 80º | 0.45% | 0.53% | - |
| HSV(B) | 80º | 0.57% | 0.74% | - |
| XYZ | 32.82 | 43.76 | 14.5 | - |
| YUV | 165.92 | 80.07 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 81 | 0.19 | 0 | 0.57 | 0.26 | 80 | 0.45 | 0.53 |
| Hex | 99 | BD | 51 | 13 | 0 | 39 | 1A | 50 | 2D | 35 |
| Octal | 231 | 275 | 121 | 23 | 0 | 71 | 32 | 120 | 55 | 65 |
| Binary | 10011001 | 10111101 | 1010001 | 10011 | 0 | 111001 | 11010 | 1010000 | 101101 | 110101 |
Color Harmonies of #99BD51
Complementary color
Monochromatic Colors of #99BD51
Black with #99BD51
Text Example
Text Example
White with #99BD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD51; }
p { color: rgb(153,189,81); }
H1.HeaderClassName
{
color: #99BD51;
}
.AnyTagClassName
{
color: #99BD51;
}
</style>
background-color css
<style>
a { background-color: #99BD51; }
a { background-color: rgb(153,189,81); }
div.DivClassName
{
background-color: #99BD51;
}
.BgClassName
{
background-color: #99BD51;
}
</style>
border-color css
<style>
span { border-color: #99BD51; }
span { border-color: rgb(153,189,81); }
td.TdClassName
{
border-color: #99BD51;
}
.TagClassName
{
border-color: #99BD51;
}
</style>