Shades of Chelsea Cucumber #8BA75B
Tints of Chelsea Cucumber #8BA75B
RGB
CMYK
RGB Variations
Color information
#8BA75B (or 0x8BA75B) is known color: Chelsea Cucumber. HEX triplet: 8B, A7 and 5B. RGB value is (139,167,91). Sum of RGB (Red+Green+Blue) = 139+167+91=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA75B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA75B is #7458A4. Grayscale: #969696. Windows color (decimal): -7624869 or 6006667. OLE color: 6006667.
HSL color Cylindrical-coordinate representation of color #8BA75B: hue angle of 82.11º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8BA75B is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 167 | 91 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.35 |
| HSL | 82.11º | 0.3% | 0.51% | - |
| HSV(B) | 82.11º | 0.46% | 0.65% | - |
| XYZ | 26.35 | 33.88 | 15.05 | - |
| YUV | 149.96 | 94.72 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 91 | 0.17 | 0 | 0.46 | 0.35 | 82.11 | 0.3 | 0.51 |
| Hex | 8B | A7 | 5B | 11 | 0 | 2E | 23 | 52 | 1E | 33 |
| Octal | 213 | 247 | 133 | 21 | 0 | 56 | 43 | 122 | 36 | 63 |
| Binary | 10001011 | 10100111 | 1011011 | 10001 | 0 | 101110 | 100011 | 1010010 | 11110 | 110011 |
Color Harmonies of #8BA75B
Complementary color
Monochromatic Colors of #8BA75B
Black with #8BA75B
Text Example
Text Example
White with #8BA75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA75B; }
p { color: rgb(139,167,91); }
H1.HeaderClassName
{
color: #8BA75B;
}
.AnyTagClassName
{
color: #8BA75B;
}
</style>
background-color css
<style>
a { background-color: #8BA75B; }
a { background-color: rgb(139,167,91); }
div.DivClassName
{
background-color: #8BA75B;
}
.BgClassName
{
background-color: #8BA75B;
}
</style>
border-color css
<style>
span { border-color: #8BA75B; }
span { border-color: rgb(139,167,91); }
td.TdClassName
{
border-color: #8BA75B;
}
.TagClassName
{
border-color: #8BA75B;
}
</style>