Shades of Chelsea Cucumber #8AB258
Tints of Chelsea Cucumber #8AB258
RGB
CMYK
RGB Variations
Color information
#8AB258 (or 0x8AB258) is known color: Chelsea Cucumber. HEX triplet: 8A, B2 and 58. RGB value is (138,178,88). Sum of RGB (Red+Green+Blue) = 138+178+88=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB258 is #754DA7. Grayscale: #9C9C9C. Windows color (decimal): -7687592 or 5812874. OLE color: 5812874.
HSL color Cylindrical-coordinate representation of color #8AB258: hue angle of 86.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8AB258 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 178 | 88 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.30 |
| HSL | 86.67º | 0.37% | 0.52% | - |
| HSV(B) | 86.67º | 0.51% | 0.7% | - |
| XYZ | 28.16 | 37.95 | 15.07 | - |
| YUV | 155.78 | 89.75 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 88 | 0.22 | 0 | 0.51 | 0.30 | 86.67 | 0.37 | 0.52 |
| Hex | 8A | B2 | 58 | 16 | 0 | 33 | 1E | 57 | 25 | 34 |
| Octal | 212 | 262 | 130 | 26 | 0 | 63 | 36 | 127 | 45 | 64 |
| Binary | 10001010 | 10110010 | 1011000 | 10110 | 0 | 110011 | 11110 | 1010111 | 100101 | 110100 |
Color Harmonies of #8AB258
Complementary color
Monochromatic Colors of #8AB258
Black with #8AB258
Text Example
Text Example
White with #8AB258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB258; }
p { color: rgb(138,178,88); }
H1.HeaderClassName
{
color: #8AB258;
}
.AnyTagClassName
{
color: #8AB258;
}
</style>
background-color css
<style>
a { background-color: #8AB258; }
a { background-color: rgb(138,178,88); }
div.DivClassName
{
background-color: #8AB258;
}
.BgClassName
{
background-color: #8AB258;
}
</style>
border-color css
<style>
span { border-color: #8AB258; }
span { border-color: rgb(138,178,88); }
td.TdClassName
{
border-color: #8AB258;
}
.TagClassName
{
border-color: #8AB258;
}
</style>