Shades of Chelsea Cucumber #8AB16B
Tints of Chelsea Cucumber #8AB16B
RGB
CMYK
RGB Variations
Color information
#8AB16B (or 0x8AB16B) is known color: Chelsea Cucumber. HEX triplet: 8A, B1 and 6B. RGB value is (138,177,107). Sum of RGB (Red+Green+Blue) = 138+177+107=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB16B is #754E94. Grayscale: #9D9D9D. Windows color (decimal): -7687829 or 7057802. OLE color: 7057802.
HSL color Cylindrical-coordinate representation of color #8AB16B: hue angle of 93.43º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AB16B is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 177 | 107 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.31 |
| HSL | 93.43º | 0.31% | 0.56% | - |
| HSV(B) | 93.43º | 0.4% | 0.69% | - |
| XYZ | 28.86 | 37.91 | 19.71 | - |
| YUV | 157.36 | 99.58 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 107 | 0.22 | 0 | 0.40 | 0.31 | 93.43 | 0.31 | 0.56 |
| Hex | 8A | B1 | 6B | 16 | 0 | 28 | 1F | 5D | 1F | 38 |
| Octal | 212 | 261 | 153 | 26 | 0 | 50 | 37 | 135 | 37 | 70 |
| Binary | 10001010 | 10110001 | 1101011 | 10110 | 0 | 101000 | 11111 | 1011101 | 11111 | 111000 |
Color Harmonies of #8AB16B
Complementary color
Monochromatic Colors of #8AB16B
Black with #8AB16B
Text Example
Text Example
White with #8AB16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB16B; }
p { color: rgb(138,177,107); }
H1.HeaderClassName
{
color: #8AB16B;
}
.AnyTagClassName
{
color: #8AB16B;
}
</style>
background-color css
<style>
a { background-color: #8AB16B; }
a { background-color: rgb(138,177,107); }
div.DivClassName
{
background-color: #8AB16B;
}
.BgClassName
{
background-color: #8AB16B;
}
</style>
border-color css
<style>
span { border-color: #8AB16B; }
span { border-color: rgb(138,177,107); }
td.TdClassName
{
border-color: #8AB16B;
}
.TagClassName
{
border-color: #8AB16B;
}
</style>