Shades of Chelsea Cucumber #99B752
Tints of Chelsea Cucumber #99B752
RGB
CMYK
RGB Variations
Color information
#99B752 (or 0x99B752) is known color: Chelsea Cucumber. HEX triplet: 99, B7 and 52. RGB value is (153,183,82). Sum of RGB (Red+Green+Blue) = 153+183+82=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 183 - color contains mainly: green. Hex color #99B752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B752 is #6648AD. Grayscale: #A2A2A2. Windows color (decimal): -6703278 or 5420953. OLE color: 5420953.
HSL color Cylindrical-coordinate representation of color #99B752: hue angle of 77.82º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99B752 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 82 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.28 |
| HSL | 77.82º | 0.41% | 0.52% | - |
| HSV(B) | 77.82º | 0.55% | 0.72% | - |
| XYZ | 31.59 | 41.25 | 14.28 | - |
| YUV | 162.52 | 82.56 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 82 | 0.16 | 0 | 0.55 | 0.28 | 77.82 | 0.41 | 0.52 |
| Hex | 99 | B7 | 52 | 10 | 0 | 37 | 1C | 4E | 29 | 34 |
| Octal | 231 | 267 | 122 | 20 | 0 | 67 | 34 | 116 | 51 | 64 |
| Binary | 10011001 | 10110111 | 1010010 | 10000 | 0 | 110111 | 11100 | 1001110 | 101001 | 110100 |
Color Harmonies of #99B752
Complementary color
Monochromatic Colors of #99B752
Black with #99B752
Text Example
Text Example
White with #99B752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B752; }
p { color: rgb(153,183,82); }
H1.HeaderClassName
{
color: #99B752;
}
.AnyTagClassName
{
color: #99B752;
}
</style>
background-color css
<style>
a { background-color: #99B752; }
a { background-color: rgb(153,183,82); }
div.DivClassName
{
background-color: #99B752;
}
.BgClassName
{
background-color: #99B752;
}
</style>
border-color css
<style>
span { border-color: #99B752; }
span { border-color: rgb(153,183,82); }
td.TdClassName
{
border-color: #99B752;
}
.TagClassName
{
border-color: #99B752;
}
</style>