Shades of Chelsea Cucumber #99B75B
Tints of Chelsea Cucumber #99B75B
RGB
CMYK
RGB Variations
Color information
#99B75B (or 0x99B75B) is known color: Chelsea Cucumber. HEX triplet: 99, B7 and 5B. RGB value is (153,183,91). Sum of RGB (Red+Green+Blue) = 153+183+91=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 183 - color contains mainly: green. Hex color #99B75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B75B is #6648A4. Grayscale: #A3A3A3. Windows color (decimal): -6703269 or 6010777. OLE color: 6010777.
HSL color Cylindrical-coordinate representation of color #99B75B: hue angle of 79.57º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99B75B is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 91 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.28 |
| HSL | 79.57º | 0.39% | 0.54% | - |
| HSV(B) | 79.57º | 0.5% | 0.72% | - |
| XYZ | 31.96 | 41.39 | 16.2 | - |
| YUV | 163.54 | 87.06 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 91 | 0.16 | 0 | 0.50 | 0.28 | 79.57 | 0.39 | 0.54 |
| Hex | 99 | B7 | 5B | 10 | 0 | 32 | 1C | 50 | 27 | 36 |
| Octal | 231 | 267 | 133 | 20 | 0 | 62 | 34 | 120 | 47 | 66 |
| Binary | 10011001 | 10110111 | 1011011 | 10000 | 0 | 110010 | 11100 | 1010000 | 100111 | 110110 |
Color Harmonies of #99B75B
Complementary color
Monochromatic Colors of #99B75B
Black with #99B75B
Text Example
Text Example
White with #99B75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B75B; }
p { color: rgb(153,183,91); }
H1.HeaderClassName
{
color: #99B75B;
}
.AnyTagClassName
{
color: #99B75B;
}
</style>
background-color css
<style>
a { background-color: #99B75B; }
a { background-color: rgb(153,183,91); }
div.DivClassName
{
background-color: #99B75B;
}
.BgClassName
{
background-color: #99B75B;
}
</style>
border-color css
<style>
span { border-color: #99B75B; }
span { border-color: rgb(153,183,91); }
td.TdClassName
{
border-color: #99B75B;
}
.TagClassName
{
border-color: #99B75B;
}
</style>