Shades of Chelsea Cucumber #8BAF64
Tints of Chelsea Cucumber #8BAF64
RGB
CMYK
RGB Variations
Color information
#8BAF64 (or 0x8BAF64) is known color: Chelsea Cucumber. HEX triplet: 8B, AF and 64. RGB value is (139,175,100). Sum of RGB (Red+Green+Blue) = 139+175+100=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF64 is #74509B. Grayscale: #9B9B9B. Windows color (decimal): -7622812 or 6598539. OLE color: 6598539.
HSL color Cylindrical-coordinate representation of color #8BAF64: hue angle of 88.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BAF64 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 100 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.31 |
| HSL | 88.8º | 0.32% | 0.54% | - |
| HSV(B) | 88.8º | 0.43% | 0.69% | - |
| XYZ | 28.28 | 37.07 | 17.72 | - |
| YUV | 155.69 | 96.57 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 100 | 0.21 | 0 | 0.43 | 0.31 | 88.8 | 0.32 | 0.54 |
| Hex | 8B | AF | 64 | 15 | 0 | 2B | 1F | 59 | 20 | 36 |
| Octal | 213 | 257 | 144 | 25 | 0 | 53 | 37 | 131 | 40 | 66 |
| Binary | 10001011 | 10101111 | 1100100 | 10101 | 0 | 101011 | 11111 | 1011001 | 100000 | 110110 |
Color Harmonies of #8BAF64
Complementary color
Monochromatic Colors of #8BAF64
Black with #8BAF64
Text Example
Text Example
White with #8BAF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAF64; }
p { color: rgb(139,175,100); }
H1.HeaderClassName
{
color: #8BAF64;
}
.AnyTagClassName
{
color: #8BAF64;
}
</style>
background-color css
<style>
a { background-color: #8BAF64; }
a { background-color: rgb(139,175,100); }
div.DivClassName
{
background-color: #8BAF64;
}
.BgClassName
{
background-color: #8BAF64;
}
</style>
border-color css
<style>
span { border-color: #8BAF64; }
span { border-color: rgb(139,175,100); }
td.TdClassName
{
border-color: #8BAF64;
}
.TagClassName
{
border-color: #8BAF64;
}
</style>