Shades of Chelsea Cucumber #8AB05B
Tints of Chelsea Cucumber #8AB05B
RGB
CMYK
RGB Variations
Color information
#8AB05B (or 0x8AB05B) is known color: Chelsea Cucumber. HEX triplet: 8A, B0 and 5B. RGB value is (138,176,91). Sum of RGB (Red+Green+Blue) = 138+176+91=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB05B is #754FA4. Grayscale: #9B9B9B. Windows color (decimal): -7688101 or 6008970. OLE color: 6008970.
HSL color Cylindrical-coordinate representation of color #8AB05B: hue angle of 86.82º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8AB05B is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 176 | 91 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.31 |
| HSL | 86.82º | 0.35% | 0.52% | - |
| HSV(B) | 86.82º | 0.48% | 0.69% | - |
| XYZ | 27.89 | 37.21 | 15.61 | - |
| YUV | 154.95 | 91.91 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 91 | 0.22 | 0 | 0.48 | 0.31 | 86.82 | 0.35 | 0.52 |
| Hex | 8A | B0 | 5B | 16 | 0 | 30 | 1F | 57 | 23 | 34 |
| Octal | 212 | 260 | 133 | 26 | 0 | 60 | 37 | 127 | 43 | 64 |
| Binary | 10001010 | 10110000 | 1011011 | 10110 | 0 | 110000 | 11111 | 1010111 | 100011 | 110100 |
Color Harmonies of #8AB05B
Complementary color
Monochromatic Colors of #8AB05B
Black with #8AB05B
Text Example
Text Example
White with #8AB05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB05B; }
p { color: rgb(138,176,91); }
H1.HeaderClassName
{
color: #8AB05B;
}
.AnyTagClassName
{
color: #8AB05B;
}
</style>
background-color css
<style>
a { background-color: #8AB05B; }
a { background-color: rgb(138,176,91); }
div.DivClassName
{
background-color: #8AB05B;
}
.BgClassName
{
background-color: #8AB05B;
}
</style>
border-color css
<style>
span { border-color: #8AB05B; }
span { border-color: rgb(138,176,91); }
td.TdClassName
{
border-color: #8AB05B;
}
.TagClassName
{
border-color: #8AB05B;
}
</style>