Shades of Chelsea Cucumber #8BAF68
Tints of Chelsea Cucumber #8BAF68
RGB
CMYK
RGB Variations
Color information
#8BAF68 (or 0x8BAF68) is known color: Chelsea Cucumber. HEX triplet: 8B, AF and 68. RGB value is (139,175,104). Sum of RGB (Red+Green+Blue) = 139+175+104=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8BAF68 is #745097. Grayscale: #9C9C9C. Windows color (decimal): -7622808 or 6860683. OLE color: 6860683.
HSL color Cylindrical-coordinate representation of color #8BAF68: hue angle of 90.42º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BAF68 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 104 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.31 |
| HSL | 90.42º | 0.31% | 0.55% | - |
| HSV(B) | 90.42º | 0.41% | 0.69% | - |
| XYZ | 28.48 | 37.15 | 18.77 | - |
| YUV | 156.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 104 | 0.21 | 0 | 0.41 | 0.31 | 90.42 | 0.31 | 0.55 |
| Hex | 8B | AF | 68 | 15 | 0 | 29 | 1F | 5A | 1F | 37 |
| Octal | 213 | 257 | 150 | 25 | 0 | 51 | 37 | 132 | 37 | 67 |
| Binary | 10001011 | 10101111 | 1101000 | 10101 | 0 | 101001 | 11111 | 1011010 | 11111 | 110111 |
Color Harmonies of #8BAF68
Complementary color
Monochromatic Colors of #8BAF68
Black with #8BAF68
Text Example
Text Example
White with #8BAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAF68; }
p { color: rgb(139,175,104); }
H1.HeaderClassName
{
color: #8BAF68;
}
.AnyTagClassName
{
color: #8BAF68;
}
</style>
background-color css
<style>
a { background-color: #8BAF68; }
a { background-color: rgb(139,175,104); }
div.DivClassName
{
background-color: #8BAF68;
}
.BgClassName
{
background-color: #8BAF68;
}
</style>
border-color css
<style>
span { border-color: #8BAF68; }
span { border-color: rgb(139,175,104); }
td.TdClassName
{
border-color: #8BAF68;
}
.TagClassName
{
border-color: #8BAF68;
}
</style>