Shades of Chelsea Cucumber #99BF54
Tints of Chelsea Cucumber #99BF54
RGB
CMYK
RGB Variations
Color information
#99BF54 (or 0x99BF54) is known color: Chelsea Cucumber. HEX triplet: 99, BF and 54. RGB value is (153,191,84). Sum of RGB (Red+Green+Blue) = 153+191+84=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BF54 is #6640AB. Grayscale: #A7A7A7. Windows color (decimal): -6701228 or 5554073. OLE color: 5554073.
HSL color Cylindrical-coordinate representation of color #99BF54: hue angle of 81.31º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99BF54 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 84 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.25 |
| HSL | 81.31º | 0.46% | 0.54% | - |
| HSV(B) | 81.31º | 0.56% | 0.75% | - |
| XYZ | 33.37 | 44.67 | 15.25 | - |
| YUV | 167.44 | 80.91 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 84 | 0.20 | 0 | 0.56 | 0.25 | 81.31 | 0.46 | 0.54 |
| Hex | 99 | BF | 54 | 14 | 0 | 38 | 19 | 51 | 2E | 36 |
| Octal | 231 | 277 | 124 | 24 | 0 | 70 | 31 | 121 | 56 | 66 |
| Binary | 10011001 | 10111111 | 1010100 | 10100 | 0 | 111000 | 11001 | 1010001 | 101110 | 110110 |
Color Harmonies of #99BF54
Complementary color
Monochromatic Colors of #99BF54
Black with #99BF54
Text Example
Text Example
White with #99BF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BF54; }
p { color: rgb(153,191,84); }
H1.HeaderClassName
{
color: #99BF54;
}
.AnyTagClassName
{
color: #99BF54;
}
</style>
background-color css
<style>
a { background-color: #99BF54; }
a { background-color: rgb(153,191,84); }
div.DivClassName
{
background-color: #99BF54;
}
.BgClassName
{
background-color: #99BF54;
}
</style>
border-color css
<style>
span { border-color: #99BF54; }
span { border-color: rgb(153,191,84); }
td.TdClassName
{
border-color: #99BF54;
}
.TagClassName
{
border-color: #99BF54;
}
</style>