Shades of Chelsea Cucumber #8AB952
Tints of Chelsea Cucumber #8AB952
RGB
CMYK
RGB Variations
Color information
#8AB952 (or 0x8AB952) is known color: Chelsea Cucumber. HEX triplet: 8A, B9 and 52. RGB value is (138,185,82). Sum of RGB (Red+Green+Blue) = 138+185+82=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB952 is #7546AD. Grayscale: #9F9F9F. Windows color (decimal): -7685806 or 5421450. OLE color: 5421450.
HSL color Cylindrical-coordinate representation of color #8AB952: hue angle of 87.38º 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 #8AB952 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 185 | 82 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.27 |
| HSL | 87.38º | 0.42% | 0.52% | - |
| HSV(B) | 87.38º | 0.56% | 0.73% | - |
| XYZ | 29.35 | 40.71 | 14.29 | - |
| YUV | 159.21 | 84.43 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 82 | 0.25 | 0 | 0.56 | 0.27 | 87.38 | 0.42 | 0.52 |
| Hex | 8A | B9 | 52 | 19 | 0 | 38 | 1B | 57 | 2A | 34 |
| Octal | 212 | 271 | 122 | 31 | 0 | 70 | 33 | 127 | 52 | 64 |
| Binary | 10001010 | 10111001 | 1010010 | 11001 | 0 | 111000 | 11011 | 1010111 | 101010 | 110100 |
Color Harmonies of #8AB952
Complementary color
Monochromatic Colors of #8AB952
Black with #8AB952
Text Example
Text Example
White with #8AB952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB952; }
p { color: rgb(138,185,82); }
H1.HeaderClassName
{
color: #8AB952;
}
.AnyTagClassName
{
color: #8AB952;
}
</style>
background-color css
<style>
a { background-color: #8AB952; }
a { background-color: rgb(138,185,82); }
div.DivClassName
{
background-color: #8AB952;
}
.BgClassName
{
background-color: #8AB952;
}
</style>
border-color css
<style>
span { border-color: #8AB952; }
span { border-color: rgb(138,185,82); }
td.TdClassName
{
border-color: #8AB952;
}
.TagClassName
{
border-color: #8AB952;
}
</style>