Shades of Chelsea Cucumber #9AB952
Tints of Chelsea Cucumber #9AB952
RGB
CMYK
RGB Variations
Color information
#9AB952 (or 0x9AB952) is known color: Chelsea Cucumber. HEX triplet: 9A, B9 and 52. RGB value is (154,185,82). Sum of RGB (Red+Green+Blue) = 154+185+82=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB952 is #6546AD. Grayscale: #A4A4A4. Windows color (decimal): -6637230 or 5421466. OLE color: 5421466.
HSL color Cylindrical-coordinate representation of color #9AB952: hue angle of 78.06º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AB952 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 185 | 82 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.27 |
| HSL | 78.06º | 0.42% | 0.52% | - |
| HSV(B) | 78.06º | 0.56% | 0.73% | - |
| XYZ | 32.2 | 42.18 | 14.43 | - |
| YUV | 163.99 | 81.73 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 82 | 0.17 | 0 | 0.56 | 0.27 | 78.06 | 0.42 | 0.52 |
| Hex | 9A | B9 | 52 | 11 | 0 | 38 | 1B | 4E | 2A | 34 |
| Octal | 232 | 271 | 122 | 21 | 0 | 70 | 33 | 116 | 52 | 64 |
| Binary | 10011010 | 10111001 | 1010010 | 10001 | 0 | 111000 | 11011 | 1001110 | 101010 | 110100 |
Color Harmonies of #9AB952
Complementary color
Monochromatic Colors of #9AB952
Black with #9AB952
Text Example
Text Example
White with #9AB952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB952; }
p { color: rgb(154,185,82); }
H1.HeaderClassName
{
color: #9AB952;
}
.AnyTagClassName
{
color: #9AB952;
}
</style>
background-color css
<style>
a { background-color: #9AB952; }
a { background-color: rgb(154,185,82); }
div.DivClassName
{
background-color: #9AB952;
}
.BgClassName
{
background-color: #9AB952;
}
</style>
border-color css
<style>
span { border-color: #9AB952; }
span { border-color: rgb(154,185,82); }
td.TdClassName
{
border-color: #9AB952;
}
.TagClassName
{
border-color: #9AB952;
}
</style>