Shades of Chelsea Cucumber #9ABC55
Tints of Chelsea Cucumber #9ABC55
RGB
CMYK
RGB Variations
Color information
#9ABC55 (or 0x9ABC55) is known color: Chelsea Cucumber. HEX triplet: 9A, BC and 55. RGB value is (154,188,85). Sum of RGB (Red+Green+Blue) = 154+188+85=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABC55 is #6543AA. Grayscale: #A6A6A6. Windows color (decimal): -6636459 or 5618842. OLE color: 5618842.
HSL color Cylindrical-coordinate representation of color #9ABC55: hue angle of 79.81º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9ABC55 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 188 | 85 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.26 |
| HSL | 79.81º | 0.43% | 0.54% | - |
| HSV(B) | 79.81º | 0.55% | 0.74% | - |
| XYZ | 32.95 | 43.49 | 15.25 | - |
| YUV | 166.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 85 | 0.18 | 0 | 0.55 | 0.26 | 79.81 | 0.43 | 0.54 |
| Hex | 9A | BC | 55 | 12 | 0 | 37 | 1A | 50 | 2B | 36 |
| Octal | 232 | 274 | 125 | 22 | 0 | 67 | 32 | 120 | 53 | 66 |
| Binary | 10011010 | 10111100 | 1010101 | 10010 | 0 | 110111 | 11010 | 1010000 | 101011 | 110110 |
Color Harmonies of #9ABC55
Complementary color
Monochromatic Colors of #9ABC55
Black with #9ABC55
Text Example
Text Example
White with #9ABC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABC55; }
p { color: rgb(154,188,85); }
H1.HeaderClassName
{
color: #9ABC55;
}
.AnyTagClassName
{
color: #9ABC55;
}
</style>
background-color css
<style>
a { background-color: #9ABC55; }
a { background-color: rgb(154,188,85); }
div.DivClassName
{
background-color: #9ABC55;
}
.BgClassName
{
background-color: #9ABC55;
}
</style>
border-color css
<style>
span { border-color: #9ABC55; }
span { border-color: rgb(154,188,85); }
td.TdClassName
{
border-color: #9ABC55;
}
.TagClassName
{
border-color: #9ABC55;
}
</style>