Shades of Chelsea Cucumber #8BA75C
Tints of Chelsea Cucumber #8BA75C
RGB
CMYK
RGB Variations
Color information
#8BA75C (or 0x8BA75C) is known color: Chelsea Cucumber. HEX triplet: 8B, A7 and 5C. RGB value is (139,167,92). Sum of RGB (Red+Green+Blue) = 139+167+92=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA75C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA75C is #7458A3. Grayscale: #969696. Windows color (decimal): -7624868 or 6072203. OLE color: 6072203.
HSL color Cylindrical-coordinate representation of color #8BA75C: hue angle of 82.4º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BA75C is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 167 | 92 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.35 |
| HSL | 82.4º | 0.3% | 0.51% | - |
| HSV(B) | 82.4º | 0.45% | 0.65% | - |
| XYZ | 26.4 | 33.9 | 15.28 | - |
| YUV | 150.08 | 95.22 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 92 | 0.17 | 0 | 0.45 | 0.35 | 82.4 | 0.3 | 0.51 |
| Hex | 8B | A7 | 5C | 11 | 0 | 2D | 23 | 52 | 1E | 33 |
| Octal | 213 | 247 | 134 | 21 | 0 | 55 | 43 | 122 | 36 | 63 |
| Binary | 10001011 | 10100111 | 1011100 | 10001 | 0 | 101101 | 100011 | 1010010 | 11110 | 110011 |
Color Harmonies of #8BA75C
Complementary color
Monochromatic Colors of #8BA75C
Black with #8BA75C
Text Example
Text Example
White with #8BA75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA75C; }
p { color: rgb(139,167,92); }
H1.HeaderClassName
{
color: #8BA75C;
}
.AnyTagClassName
{
color: #8BA75C;
}
</style>
background-color css
<style>
a { background-color: #8BA75C; }
a { background-color: rgb(139,167,92); }
div.DivClassName
{
background-color: #8BA75C;
}
.BgClassName
{
background-color: #8BA75C;
}
</style>
border-color css
<style>
span { border-color: #8BA75C; }
span { border-color: rgb(139,167,92); }
td.TdClassName
{
border-color: #8BA75C;
}
.TagClassName
{
border-color: #8BA75C;
}
</style>