Shades of Chelsea Cucumber #99BA52
Tints of Chelsea Cucumber #99BA52
RGB
CMYK
RGB Variations
Color information
#99BA52 (or 0x99BA52) is known color: Chelsea Cucumber. HEX triplet: 99, BA and 52. RGB value is (153,186,82). Sum of RGB (Red+Green+Blue) = 153+186+82=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA52 is #6645AD. Grayscale: #A4A4A4. Windows color (decimal): -6702510 or 5421721. OLE color: 5421721.
HSL color Cylindrical-coordinate representation of color #99BA52: hue angle of 79.04º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99BA52 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 82 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.27 |
| HSL | 79.04º | 0.43% | 0.53% | - |
| HSV(B) | 79.04º | 0.56% | 0.73% | - |
| XYZ | 32.22 | 42.5 | 14.49 | - |
| YUV | 164.28 | 81.57 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 82 | 0.18 | 0 | 0.56 | 0.27 | 79.04 | 0.43 | 0.53 |
| Hex | 99 | BA | 52 | 12 | 0 | 38 | 1B | 4F | 2B | 35 |
| Octal | 231 | 272 | 122 | 22 | 0 | 70 | 33 | 117 | 53 | 65 |
| Binary | 10011001 | 10111010 | 1010010 | 10010 | 0 | 111000 | 11011 | 1001111 | 101011 | 110101 |
Color Harmonies of #99BA52
Complementary color
Monochromatic Colors of #99BA52
Black with #99BA52
Text Example
Text Example
White with #99BA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA52; }
p { color: rgb(153,186,82); }
H1.HeaderClassName
{
color: #99BA52;
}
.AnyTagClassName
{
color: #99BA52;
}
</style>
background-color css
<style>
a { background-color: #99BA52; }
a { background-color: rgb(153,186,82); }
div.DivClassName
{
background-color: #99BA52;
}
.BgClassName
{
background-color: #99BA52;
}
</style>
border-color css
<style>
span { border-color: #99BA52; }
span { border-color: rgb(153,186,82); }
td.TdClassName
{
border-color: #99BA52;
}
.TagClassName
{
border-color: #99BA52;
}
</style>