Shades of Chelsea Cucumber #8BAB45
Tints of Chelsea Cucumber #8BAB45
RGB
CMYK
RGB Variations
Color information
#8BAB45 (or 0x8BAB45) is known color: Chelsea Cucumber. HEX triplet: 8B, AB and 45. RGB value is (139,171,69). Sum of RGB (Red+Green+Blue) = 139+171+69=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #8BAB45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAB45 is #7454BA. Grayscale: #969696. Windows color (decimal): -7623867 or 4565899. OLE color: 4565899.
HSL color Cylindrical-coordinate representation of color #8BAB45: hue angle of 78.82º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8BAB45 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 171 | 69 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.33 |
| HSL | 78.82º | 0.43% | 0.47% | - |
| HSV(B) | 78.82º | 0.6% | 0.67% | - |
| XYZ | 26.28 | 35.04 | 11.01 | - |
| YUV | 149.8 | 82.4 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 69 | 0.19 | 0 | 0.60 | 0.33 | 78.82 | 0.43 | 0.47 |
| Hex | 8B | AB | 45 | 13 | 0 | 3C | 21 | 4F | 2A | 2F |
| Octal | 213 | 253 | 105 | 23 | 0 | 74 | 41 | 117 | 52 | 57 |
| Binary | 10001011 | 10101011 | 1000101 | 10011 | 0 | 111100 | 100001 | 1001111 | 101010 | 101111 |
Color Harmonies of #8BAB45
Complementary color
Monochromatic Colors of #8BAB45
Black with #8BAB45
Text Example
Text Example
White with #8BAB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAB45; }
p { color: rgb(139,171,69); }
H1.HeaderClassName
{
color: #8BAB45;
}
.AnyTagClassName
{
color: #8BAB45;
}
</style>
background-color css
<style>
a { background-color: #8BAB45; }
a { background-color: rgb(139,171,69); }
div.DivClassName
{
background-color: #8BAB45;
}
.BgClassName
{
background-color: #8BAB45;
}
</style>
border-color css
<style>
span { border-color: #8BAB45; }
span { border-color: rgb(139,171,69); }
td.TdClassName
{
border-color: #8BAB45;
}
.TagClassName
{
border-color: #8BAB45;
}
</style>