Shades of Chelsea Cucumber #99B75A
Tints of Chelsea Cucumber #99B75A
RGB
CMYK
RGB Variations
Color information
#99B75A (or 0x99B75A) is known color: Chelsea Cucumber. HEX triplet: 99, B7 and 5A. RGB value is (153,183,90). Sum of RGB (Red+Green+Blue) = 153+183+90=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 183 - color contains mainly: green. Hex color #99B75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B75A is #6648A5. Grayscale: #A3A3A3. Windows color (decimal): -6703270 or 5945241. OLE color: 5945241.
HSL color Cylindrical-coordinate representation of color #99B75A: hue angle of 79.35º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99B75A is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 90 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.28 |
| HSL | 79.35º | 0.39% | 0.54% | - |
| HSV(B) | 79.35º | 0.51% | 0.72% | - |
| XYZ | 31.92 | 41.38 | 15.98 | - |
| YUV | 163.43 | 86.56 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 90 | 0.16 | 0 | 0.51 | 0.28 | 79.35 | 0.39 | 0.54 |
| Hex | 99 | B7 | 5A | 10 | 0 | 33 | 1C | 4F | 27 | 36 |
| Octal | 231 | 267 | 132 | 20 | 0 | 63 | 34 | 117 | 47 | 66 |
| Binary | 10011001 | 10110111 | 1011010 | 10000 | 0 | 110011 | 11100 | 1001111 | 100111 | 110110 |
Color Harmonies of #99B75A
Complementary color
Monochromatic Colors of #99B75A
Black with #99B75A
Text Example
Text Example
White with #99B75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B75A; }
p { color: rgb(153,183,90); }
H1.HeaderClassName
{
color: #99B75A;
}
.AnyTagClassName
{
color: #99B75A;
}
</style>
background-color css
<style>
a { background-color: #99B75A; }
a { background-color: rgb(153,183,90); }
div.DivClassName
{
background-color: #99B75A;
}
.BgClassName
{
background-color: #99B75A;
}
</style>
border-color css
<style>
span { border-color: #99B75A; }
span { border-color: rgb(153,183,90); }
td.TdClassName
{
border-color: #99B75A;
}
.TagClassName
{
border-color: #99B75A;
}
</style>