Shades of Chelsea Cucumber #8BAB65
Tints of Chelsea Cucumber #8BAB65
RGB
CMYK
RGB Variations
Color information
#8BAB65 (or 0x8BAB65) is known color: Chelsea Cucumber. HEX triplet: 8B, AB and 65. RGB value is (139,171,101). Sum of RGB (Red+Green+Blue) = 139+171+101=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #8BAB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAB65 is #74549A. Grayscale: #999999. Windows color (decimal): -7623835 or 6663051. OLE color: 6663051.
HSL color Cylindrical-coordinate representation of color #8BAB65: hue angle of 87.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BAB65 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 171 | 101 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.33 |
| HSL | 87.43º | 0.29% | 0.53% | - |
| HSV(B) | 87.43º | 0.41% | 0.67% | - |
| XYZ | 27.56 | 35.55 | 17.72 | - |
| YUV | 153.45 | 98.4 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 101 | 0.19 | 0 | 0.41 | 0.33 | 87.43 | 0.29 | 0.53 |
| Hex | 8B | AB | 65 | 13 | 0 | 29 | 21 | 57 | 1D | 35 |
| Octal | 213 | 253 | 145 | 23 | 0 | 51 | 41 | 127 | 35 | 65 |
| Binary | 10001011 | 10101011 | 1100101 | 10011 | 0 | 101001 | 100001 | 1010111 | 11101 | 110101 |
Color Harmonies of #8BAB65
Complementary color
Monochromatic Colors of #8BAB65
Black with #8BAB65
Text Example
Text Example
White with #8BAB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAB65; }
p { color: rgb(139,171,101); }
H1.HeaderClassName
{
color: #8BAB65;
}
.AnyTagClassName
{
color: #8BAB65;
}
</style>
background-color css
<style>
a { background-color: #8BAB65; }
a { background-color: rgb(139,171,101); }
div.DivClassName
{
background-color: #8BAB65;
}
.BgClassName
{
background-color: #8BAB65;
}
</style>
border-color css
<style>
span { border-color: #8BAB65; }
span { border-color: rgb(139,171,101); }
td.TdClassName
{
border-color: #8BAB65;
}
.TagClassName
{
border-color: #8BAB65;
}
</style>