Shades of Chelsea Cucumber #8BA25C
Tints of Chelsea Cucumber #8BA25C
RGB
CMYK
RGB Variations
Color information
#8BA25C (or 0x8BA25C) is known color: Chelsea Cucumber. HEX triplet: 8B, A2 and 5C. RGB value is (139,162,92). Sum of RGB (Red+Green+Blue) = 139+162+92=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BA25C is #745DA3. Grayscale: #939393. Windows color (decimal): -7626148 or 6070923. OLE color: 6070923.
HSL color Cylindrical-coordinate representation of color #8BA25C: hue angle of 79.71º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BA25C is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 92 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.36 |
| HSL | 79.71º | 0.28% | 0.5% | - |
| HSV(B) | 79.71º | 0.43% | 0.64% | - |
| XYZ | 25.5 | 32.1 | 14.98 | - |
| YUV | 147.14 | 96.88 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 92 | 0.14 | 0 | 0.43 | 0.36 | 79.71 | 0.28 | 0.5 |
| Hex | 8B | A2 | 5C | E | 0 | 2B | 24 | 50 | 1C | 32 |
| Octal | 213 | 242 | 134 | 16 | 0 | 53 | 44 | 120 | 34 | 62 |
| Binary | 10001011 | 10100010 | 1011100 | 1110 | 0 | 101011 | 100100 | 1010000 | 11100 | 110010 |
Color Harmonies of #8BA25C
Complementary color
Monochromatic Colors of #8BA25C
Black with #8BA25C
Text Example
Text Example
White with #8BA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA25C; }
p { color: rgb(139,162,92); }
H1.HeaderClassName
{
color: #8BA25C;
}
.AnyTagClassName
{
color: #8BA25C;
}
</style>
background-color css
<style>
a { background-color: #8BA25C; }
a { background-color: rgb(139,162,92); }
div.DivClassName
{
background-color: #8BA25C;
}
.BgClassName
{
background-color: #8BA25C;
}
</style>
border-color css
<style>
span { border-color: #8BA25C; }
span { border-color: rgb(139,162,92); }
td.TdClassName
{
border-color: #8BA25C;
}
.TagClassName
{
border-color: #8BA25C;
}
</style>