Shades of Chelsea Cucumber #9AB955
Tints of Chelsea Cucumber #9AB955
RGB
CMYK
RGB Variations
Color information
#9AB955 (or 0x9AB955) is known color: Chelsea Cucumber. HEX triplet: 9A, B9 and 55. RGB value is (154,185,85). Sum of RGB (Red+Green+Blue) = 154+185+85=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB955 is #6546AA. Grayscale: #A4A4A4. Windows color (decimal): -6637227 or 5618074. OLE color: 5618074.
HSL color Cylindrical-coordinate representation of color #9AB955: hue angle of 78.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9AB955 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 185 | 85 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.27 |
| HSL | 78.6º | 0.42% | 0.53% | - |
| HSV(B) | 78.6º | 0.54% | 0.73% | - |
| XYZ | 32.32 | 42.22 | 15.04 | - |
| YUV | 164.33 | 83.23 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 85 | 0.17 | 0 | 0.54 | 0.27 | 78.6 | 0.42 | 0.53 |
| Hex | 9A | B9 | 55 | 11 | 0 | 36 | 1B | 4F | 2A | 35 |
| Octal | 232 | 271 | 125 | 21 | 0 | 66 | 33 | 117 | 52 | 65 |
| Binary | 10011010 | 10111001 | 1010101 | 10001 | 0 | 110110 | 11011 | 1001111 | 101010 | 110101 |
Color Harmonies of #9AB955
Complementary color
Monochromatic Colors of #9AB955
Black with #9AB955
Text Example
Text Example
White with #9AB955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB955; }
p { color: rgb(154,185,85); }
H1.HeaderClassName
{
color: #9AB955;
}
.AnyTagClassName
{
color: #9AB955;
}
</style>
background-color css
<style>
a { background-color: #9AB955; }
a { background-color: rgb(154,185,85); }
div.DivClassName
{
background-color: #9AB955;
}
.BgClassName
{
background-color: #9AB955;
}
</style>
border-color css
<style>
span { border-color: #9AB955; }
span { border-color: rgb(154,185,85); }
td.TdClassName
{
border-color: #9AB955;
}
.TagClassName
{
border-color: #9AB955;
}
</style>