Shades of Chelsea Cucumber #99BD54
Tints of Chelsea Cucumber #99BD54
RGB
CMYK
RGB Variations
Color information
#99BD54 (or 0x99BD54) is known color: Chelsea Cucumber. HEX triplet: 99, BD and 54. RGB value is (153,189,84). Sum of RGB (Red+Green+Blue) = 153+189+84=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BD54 is #6642AB. Grayscale: #A6A6A6. Windows color (decimal): -6701740 or 5553561. OLE color: 5553561.
HSL color Cylindrical-coordinate representation of color #99BD54: hue angle of 80.57º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99BD54 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 84 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.26 |
| HSL | 80.57º | 0.44% | 0.54% | - |
| HSV(B) | 80.57º | 0.56% | 0.74% | - |
| XYZ | 32.93 | 43.81 | 15.11 | - |
| YUV | 166.27 | 81.57 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 84 | 0.19 | 0 | 0.56 | 0.26 | 80.57 | 0.44 | 0.54 |
| Hex | 99 | BD | 54 | 13 | 0 | 38 | 1A | 51 | 2C | 36 |
| Octal | 231 | 275 | 124 | 23 | 0 | 70 | 32 | 121 | 54 | 66 |
| Binary | 10011001 | 10111101 | 1010100 | 10011 | 0 | 111000 | 11010 | 1010001 | 101100 | 110110 |
Color Harmonies of #99BD54
Complementary color
Monochromatic Colors of #99BD54
Black with #99BD54
Text Example
Text Example
White with #99BD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD54; }
p { color: rgb(153,189,84); }
H1.HeaderClassName
{
color: #99BD54;
}
.AnyTagClassName
{
color: #99BD54;
}
</style>
background-color css
<style>
a { background-color: #99BD54; }
a { background-color: rgb(153,189,84); }
div.DivClassName
{
background-color: #99BD54;
}
.BgClassName
{
background-color: #99BD54;
}
</style>
border-color css
<style>
span { border-color: #99BD54; }
span { border-color: rgb(153,189,84); }
td.TdClassName
{
border-color: #99BD54;
}
.TagClassName
{
border-color: #99BD54;
}
</style>