Shades of Chelsea Cucumber #8BAF44
Tints of Chelsea Cucumber #8BAF44
RGB
CMYK
RGB Variations
Color information
#8BAF44 (or 0x8BAF44) is known color: Chelsea Cucumber. HEX triplet: 8B, AF and 44. RGB value is (139,175,68). Sum of RGB (Red+Green+Blue) = 139+175+68=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAF44 is #7450BB. Grayscale: #989898. Windows color (decimal): -7622844 or 4501387. OLE color: 4501387.
HSL color Cylindrical-coordinate representation of color #8BAF44: hue angle of 80.19º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8BAF44 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 68 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.31 |
| HSL | 80.19º | 0.44% | 0.48% | - |
| HSV(B) | 80.19º | 0.61% | 0.69% | - |
| XYZ | 27.02 | 36.57 | 11.1 | - |
| YUV | 152.04 | 80.57 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 68 | 0.21 | 0 | 0.61 | 0.31 | 80.19 | 0.44 | 0.48 |
| Hex | 8B | AF | 44 | 15 | 0 | 3D | 1F | 50 | 2C | 30 |
| Octal | 213 | 257 | 104 | 25 | 0 | 75 | 37 | 120 | 54 | 60 |
| Binary | 10001011 | 10101111 | 1000100 | 10101 | 0 | 111101 | 11111 | 1010000 | 101100 | 110000 |
Color Harmonies of #8BAF44
Complementary color
Monochromatic Colors of #8BAF44
Black with #8BAF44
Text Example
Text Example
White with #8BAF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAF44; }
p { color: rgb(139,175,68); }
H1.HeaderClassName
{
color: #8BAF44;
}
.AnyTagClassName
{
color: #8BAF44;
}
</style>
background-color css
<style>
a { background-color: #8BAF44; }
a { background-color: rgb(139,175,68); }
div.DivClassName
{
background-color: #8BAF44;
}
.BgClassName
{
background-color: #8BAF44;
}
</style>
border-color css
<style>
span { border-color: #8BAF44; }
span { border-color: rgb(139,175,68); }
td.TdClassName
{
border-color: #8BAF44;
}
.TagClassName
{
border-color: #8BAF44;
}
</style>