Shades of Chelsea Cucumber #8BB666
Tints of Chelsea Cucumber #8BB666
RGB
CMYK
RGB Variations
Color information
#8BB666 (or 0x8BB666) is known color: Chelsea Cucumber. HEX triplet: 8B, B6 and 66. RGB value is (139,182,102). Sum of RGB (Red+Green+Blue) = 139+182+102=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB666 is #744999. Grayscale: #A0A0A0. Windows color (decimal): -7621018 or 6731403. OLE color: 6731403.
HSL color Cylindrical-coordinate representation of color #8BB666: hue angle of 92.25º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BB666 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 182 | 102 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.29 |
| HSL | 92.25º | 0.35% | 0.56% | - |
| HSV(B) | 92.25º | 0.44% | 0.71% | - |
| XYZ | 29.77 | 39.9 | 18.7 | - |
| YUV | 160.02 | 95.25 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 182 | 102 | 0.24 | 0 | 0.44 | 0.29 | 92.25 | 0.35 | 0.56 |
| Hex | 8B | B6 | 66 | 18 | 0 | 2C | 1D | 5C | 23 | 38 |
| Octal | 213 | 266 | 146 | 30 | 0 | 54 | 35 | 134 | 43 | 70 |
| Binary | 10001011 | 10110110 | 1100110 | 11000 | 0 | 101100 | 11101 | 1011100 | 100011 | 111000 |
Color Harmonies of #8BB666
Complementary color
Monochromatic Colors of #8BB666
Black with #8BB666
Text Example
Text Example
White with #8BB666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB666; }
p { color: rgb(139,182,102); }
H1.HeaderClassName
{
color: #8BB666;
}
.AnyTagClassName
{
color: #8BB666;
}
</style>
background-color css
<style>
a { background-color: #8BB666; }
a { background-color: rgb(139,182,102); }
div.DivClassName
{
background-color: #8BB666;
}
.BgClassName
{
background-color: #8BB666;
}
</style>
border-color css
<style>
span { border-color: #8BB666; }
span { border-color: rgb(139,182,102); }
td.TdClassName
{
border-color: #8BB666;
}
.TagClassName
{
border-color: #8BB666;
}
</style>