Shades of Chelsea Cucumber #94B756
Tints of Chelsea Cucumber #94B756
RGB
CMYK
RGB Variations
Color information
#94B756 (or 0x94B756) is known color: Chelsea Cucumber. HEX triplet: 94, B7 and 56. RGB value is (148,183,86). Sum of RGB (Red+Green+Blue) = 148+183+86=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 183 - color contains mainly: green. Hex color #94B756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B756 is #6B48A9. Grayscale: #A1A1A1. Windows color (decimal): -7030954 or 5683092. OLE color: 5683092.
HSL color Cylindrical-coordinate representation of color #94B756: hue angle of 81.65º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94B756 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 183 | 86 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.28 |
| HSL | 81.65º | 0.4% | 0.53% | - |
| HSV(B) | 81.65º | 0.53% | 0.72% | - |
| XYZ | 30.83 | 40.83 | 15.06 | - |
| YUV | 161.48 | 85.4 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 183 | 86 | 0.19 | 0 | 0.53 | 0.28 | 81.65 | 0.4 | 0.53 |
| Hex | 94 | B7 | 56 | 13 | 0 | 35 | 1C | 52 | 28 | 35 |
| Octal | 224 | 267 | 126 | 23 | 0 | 65 | 34 | 122 | 50 | 65 |
| Binary | 10010100 | 10110111 | 1010110 | 10011 | 0 | 110101 | 11100 | 1010010 | 101000 | 110101 |
Color Harmonies of #94B756
Complementary color
Monochromatic Colors of #94B756
Black with #94B756
Text Example
Text Example
White with #94B756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B756; }
p { color: rgb(148,183,86); }
H1.HeaderClassName
{
color: #94B756;
}
.AnyTagClassName
{
color: #94B756;
}
</style>
background-color css
<style>
a { background-color: #94B756; }
a { background-color: rgb(148,183,86); }
div.DivClassName
{
background-color: #94B756;
}
.BgClassName
{
background-color: #94B756;
}
</style>
border-color css
<style>
span { border-color: #94B756; }
span { border-color: rgb(148,183,86); }
td.TdClassName
{
border-color: #94B756;
}
.TagClassName
{
border-color: #94B756;
}
</style>