Shades of Chelsea Cucumber #8AB15B
Tints of Chelsea Cucumber #8AB15B
RGB
CMYK
RGB Variations
Color information
#8AB15B (or 0x8AB15B) is known color: Chelsea Cucumber. HEX triplet: 8A, B1 and 5B. RGB value is (138,177,91). Sum of RGB (Red+Green+Blue) = 138+177+91=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB15B is #754EA4. Grayscale: #9B9B9B. Windows color (decimal): -7687845 or 6009226. OLE color: 6009226.
HSL color Cylindrical-coordinate representation of color #8AB15B: hue angle of 87.21º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AB15B is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 177 | 91 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.31 |
| HSL | 87.21º | 0.36% | 0.53% | - |
| HSV(B) | 87.21º | 0.49% | 0.69% | - |
| XYZ | 28.09 | 37.6 | 15.68 | - |
| YUV | 155.54 | 91.58 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 91 | 0.22 | 0 | 0.49 | 0.31 | 87.21 | 0.36 | 0.53 |
| Hex | 8A | B1 | 5B | 16 | 0 | 31 | 1F | 57 | 24 | 35 |
| Octal | 212 | 261 | 133 | 26 | 0 | 61 | 37 | 127 | 44 | 65 |
| Binary | 10001010 | 10110001 | 1011011 | 10110 | 0 | 110001 | 11111 | 1010111 | 100100 | 110101 |
Color Harmonies of #8AB15B
Complementary color
Monochromatic Colors of #8AB15B
Black with #8AB15B
Text Example
Text Example
White with #8AB15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB15B; }
p { color: rgb(138,177,91); }
H1.HeaderClassName
{
color: #8AB15B;
}
.AnyTagClassName
{
color: #8AB15B;
}
</style>
background-color css
<style>
a { background-color: #8AB15B; }
a { background-color: rgb(138,177,91); }
div.DivClassName
{
background-color: #8AB15B;
}
.BgClassName
{
background-color: #8AB15B;
}
</style>
border-color css
<style>
span { border-color: #8AB15B; }
span { border-color: rgb(138,177,91); }
td.TdClassName
{
border-color: #8AB15B;
}
.TagClassName
{
border-color: #8AB15B;
}
</style>