Shades of Chelsea Cucumber #99BD52
Tints of Chelsea Cucumber #99BD52
RGB
CMYK
RGB Variations
Color information
#99BD52 (or 0x99BD52) is known color: Chelsea Cucumber. HEX triplet: 99, BD and 52. RGB value is (153,189,82). Sum of RGB (Red+Green+Blue) = 153+189+82=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BD52 is #6642AD. Grayscale: #A6A6A6. Windows color (decimal): -6701742 or 5422489. OLE color: 5422489.
HSL color Cylindrical-coordinate representation of color #99BD52: hue angle of 80.19º 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 #99BD52 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 82 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.26 |
| HSL | 80.19º | 0.45% | 0.53% | - |
| HSV(B) | 80.19º | 0.57% | 0.74% | - |
| XYZ | 32.86 | 43.78 | 14.7 | - |
| YUV | 166.04 | 80.57 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 82 | 0.19 | 0 | 0.57 | 0.26 | 80.19 | 0.45 | 0.53 |
| Hex | 99 | BD | 52 | 13 | 0 | 39 | 1A | 50 | 2D | 35 |
| Octal | 231 | 275 | 122 | 23 | 0 | 71 | 32 | 120 | 55 | 65 |
| Binary | 10011001 | 10111101 | 1010010 | 10011 | 0 | 111001 | 11010 | 1010000 | 101101 | 110101 |
Color Harmonies of #99BD52
Complementary color
Monochromatic Colors of #99BD52
Black with #99BD52
Text Example
Text Example
White with #99BD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD52; }
p { color: rgb(153,189,82); }
H1.HeaderClassName
{
color: #99BD52;
}
.AnyTagClassName
{
color: #99BD52;
}
</style>
background-color css
<style>
a { background-color: #99BD52; }
a { background-color: rgb(153,189,82); }
div.DivClassName
{
background-color: #99BD52;
}
.BgClassName
{
background-color: #99BD52;
}
</style>
border-color css
<style>
span { border-color: #99BD52; }
span { border-color: rgb(153,189,82); }
td.TdClassName
{
border-color: #99BD52;
}
.TagClassName
{
border-color: #99BD52;
}
</style>