Shades of Chelsea Cucumber #99BA59
Tints of Chelsea Cucumber #99BA59
RGB
CMYK
RGB Variations
Color information
#99BA59 (or 0x99BA59) is known color: Chelsea Cucumber. HEX triplet: 99, BA and 59. RGB value is (153,186,89). Sum of RGB (Red+Green+Blue) = 153+186+89=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA59 is #6645A6. Grayscale: #A5A5A5. Windows color (decimal): -6702503 or 5880473. OLE color: 5880473.
HSL color Cylindrical-coordinate representation of color #99BA59: hue angle of 80.41º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99BA59 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 89 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.27 |
| HSL | 80.41º | 0.41% | 0.54% | - |
| HSV(B) | 80.41º | 0.52% | 0.73% | - |
| XYZ | 32.5 | 42.61 | 15.96 | - |
| YUV | 165.08 | 85.07 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 89 | 0.18 | 0 | 0.52 | 0.27 | 80.41 | 0.41 | 0.54 |
| Hex | 99 | BA | 59 | 12 | 0 | 34 | 1B | 50 | 29 | 36 |
| Octal | 231 | 272 | 131 | 22 | 0 | 64 | 33 | 120 | 51 | 66 |
| Binary | 10011001 | 10111010 | 1011001 | 10010 | 0 | 110100 | 11011 | 1010000 | 101001 | 110110 |
Color Harmonies of #99BA59
Complementary color
Monochromatic Colors of #99BA59
Black with #99BA59
Text Example
Text Example
White with #99BA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA59; }
p { color: rgb(153,186,89); }
H1.HeaderClassName
{
color: #99BA59;
}
.AnyTagClassName
{
color: #99BA59;
}
</style>
background-color css
<style>
a { background-color: #99BA59; }
a { background-color: rgb(153,186,89); }
div.DivClassName
{
background-color: #99BA59;
}
.BgClassName
{
background-color: #99BA59;
}
</style>
border-color css
<style>
span { border-color: #99BA59; }
span { border-color: rgb(153,186,89); }
td.TdClassName
{
border-color: #99BA59;
}
.TagClassName
{
border-color: #99BA59;
}
</style>