Shades of Chelsea Cucumber #8AB352
Tints of Chelsea Cucumber #8AB352
RGB
CMYK
RGB Variations
Color information
#8AB352 (or 0x8AB352) is known color: Chelsea Cucumber. HEX triplet: 8A, B3 and 52. RGB value is (138,179,82). Sum of RGB (Red+Green+Blue) = 138+179+82=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB352 is #754CAD. Grayscale: #9C9C9C. Windows color (decimal): -7687342 or 5419914. OLE color: 5419914.
HSL color Cylindrical-coordinate representation of color #8AB352: hue angle of 85.36º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8AB352 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 82 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.30 |
| HSL | 85.36º | 0.39% | 0.51% | - |
| HSV(B) | 85.36º | 0.54% | 0.7% | - |
| XYZ | 28.12 | 38.25 | 13.88 | - |
| YUV | 155.68 | 86.42 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 82 | 0.23 | 0 | 0.54 | 0.30 | 85.36 | 0.39 | 0.51 |
| Hex | 8A | B3 | 52 | 17 | 0 | 36 | 1E | 55 | 27 | 33 |
| Octal | 212 | 263 | 122 | 27 | 0 | 66 | 36 | 125 | 47 | 63 |
| Binary | 10001010 | 10110011 | 1010010 | 10111 | 0 | 110110 | 11110 | 1010101 | 100111 | 110011 |
Color Harmonies of #8AB352
Complementary color
Monochromatic Colors of #8AB352
Black with #8AB352
Text Example
Text Example
White with #8AB352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB352; }
p { color: rgb(138,179,82); }
H1.HeaderClassName
{
color: #8AB352;
}
.AnyTagClassName
{
color: #8AB352;
}
</style>
background-color css
<style>
a { background-color: #8AB352; }
a { background-color: rgb(138,179,82); }
div.DivClassName
{
background-color: #8AB352;
}
.BgClassName
{
background-color: #8AB352;
}
</style>
border-color css
<style>
span { border-color: #8AB352; }
span { border-color: rgb(138,179,82); }
td.TdClassName
{
border-color: #8AB352;
}
.TagClassName
{
border-color: #8AB352;
}
</style>