Shades of Chelsea Cucumber #99BF56
Tints of Chelsea Cucumber #99BF56
RGB
CMYK
RGB Variations
Color information
#99BF56 (or 0x99BF56) is known color: Chelsea Cucumber. HEX triplet: 99, BF and 56. RGB value is (153,191,86). Sum of RGB (Red+Green+Blue) = 153+191+86=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BF56 is #6640A9. Grayscale: #A8A8A8. Windows color (decimal): -6701226 or 5685145. OLE color: 5685145.
HSL color Cylindrical-coordinate representation of color #99BF56: hue angle of 81.71º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99BF56 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 86 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.25 |
| HSL | 81.71º | 0.45% | 0.54% | - |
| HSV(B) | 81.71º | 0.55% | 0.75% | - |
| XYZ | 33.45 | 44.71 | 15.67 | - |
| YUV | 167.67 | 81.91 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 86 | 0.20 | 0 | 0.55 | 0.25 | 81.71 | 0.45 | 0.54 |
| Hex | 99 | BF | 56 | 14 | 0 | 37 | 19 | 52 | 2D | 36 |
| Octal | 231 | 277 | 126 | 24 | 0 | 67 | 31 | 122 | 55 | 66 |
| Binary | 10011001 | 10111111 | 1010110 | 10100 | 0 | 110111 | 11001 | 1010010 | 101101 | 110110 |
Color Harmonies of #99BF56
Complementary color
Monochromatic Colors of #99BF56
Black with #99BF56
Text Example
Text Example
White with #99BF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BF56; }
p { color: rgb(153,191,86); }
H1.HeaderClassName
{
color: #99BF56;
}
.AnyTagClassName
{
color: #99BF56;
}
</style>
background-color css
<style>
a { background-color: #99BF56; }
a { background-color: rgb(153,191,86); }
div.DivClassName
{
background-color: #99BF56;
}
.BgClassName
{
background-color: #99BF56;
}
</style>
border-color css
<style>
span { border-color: #99BF56; }
span { border-color: rgb(153,191,86); }
td.TdClassName
{
border-color: #99BF56;
}
.TagClassName
{
border-color: #99BF56;
}
</style>