Shades of Chelsea Cucumber #99BA5B
Tints of Chelsea Cucumber #99BA5B
RGB
CMYK
RGB Variations
Color information
#99BA5B (or 0x99BA5B) is known color: Chelsea Cucumber. HEX triplet: 99, BA and 5B. RGB value is (153,186,91). Sum of RGB (Red+Green+Blue) = 153+186+91=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA5B is #6645A4. Grayscale: #A5A5A5. Windows color (decimal): -6702501 or 6011545. OLE color: 6011545.
HSL color Cylindrical-coordinate representation of color #99BA5B: hue angle of 80.84º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99BA5B is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 91 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.27 |
| HSL | 80.84º | 0.41% | 0.54% | - |
| HSV(B) | 80.84º | 0.51% | 0.73% | - |
| XYZ | 32.58 | 42.65 | 16.41 | - |
| YUV | 165.3 | 86.07 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 91 | 0.18 | 0 | 0.51 | 0.27 | 80.84 | 0.41 | 0.54 |
| Hex | 99 | BA | 5B | 12 | 0 | 33 | 1B | 51 | 29 | 36 |
| Octal | 231 | 272 | 133 | 22 | 0 | 63 | 33 | 121 | 51 | 66 |
| Binary | 10011001 | 10111010 | 1011011 | 10010 | 0 | 110011 | 11011 | 1010001 | 101001 | 110110 |
Color Harmonies of #99BA5B
Complementary color
Monochromatic Colors of #99BA5B
Black with #99BA5B
Text Example
Text Example
White with #99BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA5B; }
p { color: rgb(153,186,91); }
H1.HeaderClassName
{
color: #99BA5B;
}
.AnyTagClassName
{
color: #99BA5B;
}
</style>
background-color css
<style>
a { background-color: #99BA5B; }
a { background-color: rgb(153,186,91); }
div.DivClassName
{
background-color: #99BA5B;
}
.BgClassName
{
background-color: #99BA5B;
}
</style>
border-color css
<style>
span { border-color: #99BA5B; }
span { border-color: rgb(153,186,91); }
td.TdClassName
{
border-color: #99BA5B;
}
.TagClassName
{
border-color: #99BA5B;
}
</style>