Shades of Chelsea Cucumber #99BA53
Tints of Chelsea Cucumber #99BA53
RGB
CMYK
RGB Variations
Color information
#99BA53 (or 0x99BA53) is known color: Chelsea Cucumber. HEX triplet: 99, BA and 53. RGB value is (153,186,83). Sum of RGB (Red+Green+Blue) = 153+186+83=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA53 is #6645AC. Grayscale: #A4A4A4. Windows color (decimal): -6702509 or 5487257. OLE color: 5487257.
HSL color Cylindrical-coordinate representation of color #99BA53: hue angle of 79.22º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99BA53 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 83 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.27 |
| HSL | 79.22º | 0.43% | 0.53% | - |
| HSV(B) | 79.22º | 0.55% | 0.73% | - |
| XYZ | 32.26 | 42.51 | 14.69 | - |
| YUV | 164.39 | 82.07 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 83 | 0.18 | 0 | 0.55 | 0.27 | 79.22 | 0.43 | 0.53 |
| Hex | 99 | BA | 53 | 12 | 0 | 37 | 1B | 4F | 2B | 35 |
| Octal | 231 | 272 | 123 | 22 | 0 | 67 | 33 | 117 | 53 | 65 |
| Binary | 10011001 | 10111010 | 1010011 | 10010 | 0 | 110111 | 11011 | 1001111 | 101011 | 110101 |
Color Harmonies of #99BA53
Complementary color
Monochromatic Colors of #99BA53
Black with #99BA53
Text Example
Text Example
White with #99BA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA53; }
p { color: rgb(153,186,83); }
H1.HeaderClassName
{
color: #99BA53;
}
.AnyTagClassName
{
color: #99BA53;
}
</style>
background-color css
<style>
a { background-color: #99BA53; }
a { background-color: rgb(153,186,83); }
div.DivClassName
{
background-color: #99BA53;
}
.BgClassName
{
background-color: #99BA53;
}
</style>
border-color css
<style>
span { border-color: #99BA53; }
span { border-color: rgb(153,186,83); }
td.TdClassName
{
border-color: #99BA53;
}
.TagClassName
{
border-color: #99BA53;
}
</style>