Shades of Chelsea Cucumber #8BB366
Tints of Chelsea Cucumber #8BB366
RGB
CMYK
RGB Variations
Color information
#8BB366 (or 0x8BB366) is known color: Chelsea Cucumber. HEX triplet: 8B, B3 and 66. RGB value is (139,179,102). Sum of RGB (Red+Green+Blue) = 139+179+102=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 179 - color contains mainly: green. Hex color #8BB366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB366 is #744C99. Grayscale: #9E9E9E. Windows color (decimal): -7621786 or 6730635. OLE color: 6730635.
HSL color Cylindrical-coordinate representation of color #8BB366: hue angle of 91.17º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BB366 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 179 | 102 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.30 |
| HSL | 91.17º | 0.34% | 0.55% | - |
| HSV(B) | 91.17º | 0.43% | 0.7% | - |
| XYZ | 29.17 | 38.69 | 18.5 | - |
| YUV | 158.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 179 | 102 | 0.22 | 0 | 0.43 | 0.30 | 91.17 | 0.34 | 0.55 |
| Hex | 8B | B3 | 66 | 16 | 0 | 2B | 1E | 5B | 22 | 37 |
| Octal | 213 | 263 | 146 | 26 | 0 | 53 | 36 | 133 | 42 | 67 |
| Binary | 10001011 | 10110011 | 1100110 | 10110 | 0 | 101011 | 11110 | 1011011 | 100010 | 110111 |
Color Harmonies of #8BB366
Complementary color
Monochromatic Colors of #8BB366
Black with #8BB366
Text Example
Text Example
White with #8BB366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB366; }
p { color: rgb(139,179,102); }
H1.HeaderClassName
{
color: #8BB366;
}
.AnyTagClassName
{
color: #8BB366;
}
</style>
background-color css
<style>
a { background-color: #8BB366; }
a { background-color: rgb(139,179,102); }
div.DivClassName
{
background-color: #8BB366;
}
.BgClassName
{
background-color: #8BB366;
}
</style>
border-color css
<style>
span { border-color: #8BB366; }
span { border-color: rgb(139,179,102); }
td.TdClassName
{
border-color: #8BB366;
}
.TagClassName
{
border-color: #8BB366;
}
</style>