Shades of Chelsea Cucumber #8B9B51
Tints of Chelsea Cucumber #8B9B51
RGB
CMYK
RGB Variations
Color information
#8B9B51 (or 0x8B9B51) is known color: Chelsea Cucumber. HEX triplet: 8B, 9B and 51. RGB value is (139,155,81). Sum of RGB (Red+Green+Blue) = 139+155+81=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #8B9B51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9B51 is #7464AE. Grayscale: #8E8E8E. Windows color (decimal): -7627951 or 5348235. OLE color: 5348235.
HSL color Cylindrical-coordinate representation of color #8B9B51: hue angle of 72.97º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B9B51 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 155 | 81 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.39 |
| HSL | 72.97º | 0.31% | 0.46% | - |
| HSV(B) | 72.97º | 0.48% | 0.61% | - |
| XYZ | 23.85 | 29.53 | 12.23 | - |
| YUV | 141.78 | 93.7 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 155 | 81 | 0.10 | 0 | 0.48 | 0.39 | 72.97 | 0.31 | 0.46 |
| Hex | 8B | 9B | 51 | A | 0 | 30 | 27 | 49 | 1F | 2E |
| Octal | 213 | 233 | 121 | 12 | 0 | 60 | 47 | 111 | 37 | 56 |
| Binary | 10001011 | 10011011 | 1010001 | 1010 | 0 | 110000 | 100111 | 1001001 | 11111 | 101110 |
Color Harmonies of #8B9B51
Complementary color
Monochromatic Colors of #8B9B51
Black with #8B9B51
Text Example
Text Example
White with #8B9B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9B51; }
p { color: rgb(139,155,81); }
H1.HeaderClassName
{
color: #8B9B51;
}
.AnyTagClassName
{
color: #8B9B51;
}
</style>
background-color css
<style>
a { background-color: #8B9B51; }
a { background-color: rgb(139,155,81); }
div.DivClassName
{
background-color: #8B9B51;
}
.BgClassName
{
background-color: #8B9B51;
}
</style>
border-color css
<style>
span { border-color: #8B9B51; }
span { border-color: rgb(139,155,81); }
td.TdClassName
{
border-color: #8B9B51;
}
.TagClassName
{
border-color: #8B9B51;
}
</style>