Shades of Chelsea Cucumber #8BAE4B
Tints of Chelsea Cucumber #8BAE4B
RGB
CMYK
RGB Variations
Color information
#8BAE4B (or 0x8BAE4B) is known color: Chelsea Cucumber. HEX triplet: 8B, AE and 4B. RGB value is (139,174,75). Sum of RGB (Red+Green+Blue) = 139+174+75=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAE4B is #7451B4. Grayscale: #989898. Windows color (decimal): -7623093 or 4959883. OLE color: 4959883.
HSL color Cylindrical-coordinate representation of color #8BAE4B: hue angle of 81.21º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8BAE4B is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 75 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.32 |
| HSL | 81.21º | 0.4% | 0.49% | - |
| HSV(B) | 81.21º | 0.57% | 0.68% | - |
| XYZ | 27.05 | 36.27 | 12.23 | - |
| YUV | 152.25 | 84.4 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 75 | 0.20 | 0 | 0.57 | 0.32 | 81.21 | 0.4 | 0.49 |
| Hex | 8B | AE | 4B | 14 | 0 | 39 | 20 | 51 | 28 | 31 |
| Octal | 213 | 256 | 113 | 24 | 0 | 71 | 40 | 121 | 50 | 61 |
| Binary | 10001011 | 10101110 | 1001011 | 10100 | 0 | 111001 | 100000 | 1010001 | 101000 | 110001 |
Color Harmonies of #8BAE4B
Complementary color
Monochromatic Colors of #8BAE4B
Black with #8BAE4B
Text Example
Text Example
White with #8BAE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAE4B; }
p { color: rgb(139,174,75); }
H1.HeaderClassName
{
color: #8BAE4B;
}
.AnyTagClassName
{
color: #8BAE4B;
}
</style>
background-color css
<style>
a { background-color: #8BAE4B; }
a { background-color: rgb(139,174,75); }
div.DivClassName
{
background-color: #8BAE4B;
}
.BgClassName
{
background-color: #8BAE4B;
}
</style>
border-color css
<style>
span { border-color: #8BAE4B; }
span { border-color: rgb(139,174,75); }
td.TdClassName
{
border-color: #8BAE4B;
}
.TagClassName
{
border-color: #8BAE4B;
}
</style>