Shades of Chelsea Cucumber #8AB254
Tints of Chelsea Cucumber #8AB254
RGB
CMYK
RGB Variations
Color information
#8AB254 (or 0x8AB254) is known color: Chelsea Cucumber. HEX triplet: 8A, B2 and 54. RGB value is (138,178,84). Sum of RGB (Red+Green+Blue) = 138+178+84=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB254 is #754DAB. Grayscale: #9B9B9B. Windows color (decimal): -7687596 or 5550730. OLE color: 5550730.
HSL color Cylindrical-coordinate representation of color #8AB254: hue angle of 85.53º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8AB254 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 178 | 84 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.30 |
| HSL | 85.53º | 0.38% | 0.51% | - |
| HSV(B) | 85.53º | 0.53% | 0.7% | - |
| XYZ | 28 | 37.88 | 14.22 | - |
| YUV | 155.32 | 87.75 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 84 | 0.22 | 0 | 0.53 | 0.30 | 85.53 | 0.38 | 0.51 |
| Hex | 8A | B2 | 54 | 16 | 0 | 35 | 1E | 56 | 26 | 33 |
| Octal | 212 | 262 | 124 | 26 | 0 | 65 | 36 | 126 | 46 | 63 |
| Binary | 10001010 | 10110010 | 1010100 | 10110 | 0 | 110101 | 11110 | 1010110 | 100110 | 110011 |
Color Harmonies of #8AB254
Complementary color
Monochromatic Colors of #8AB254
Black with #8AB254
Text Example
Text Example
White with #8AB254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB254; }
p { color: rgb(138,178,84); }
H1.HeaderClassName
{
color: #8AB254;
}
.AnyTagClassName
{
color: #8AB254;
}
</style>
background-color css
<style>
a { background-color: #8AB254; }
a { background-color: rgb(138,178,84); }
div.DivClassName
{
background-color: #8AB254;
}
.BgClassName
{
background-color: #8AB254;
}
</style>
border-color css
<style>
span { border-color: #8AB254; }
span { border-color: rgb(138,178,84); }
td.TdClassName
{
border-color: #8AB254;
}
.TagClassName
{
border-color: #8AB254;
}
</style>