Shades of Chelsea Cucumber #92BA56
Tints of Chelsea Cucumber #92BA56
RGB
CMYK
RGB Variations
Color information
#92BA56 (or 0x92BA56) is known color: Chelsea Cucumber. HEX triplet: 92, BA and 56. RGB value is (146,186,86). Sum of RGB (Red+Green+Blue) = 146+186+86=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BA56 is #6D45A9. Grayscale: #A3A3A3. Windows color (decimal): -7161258 or 5683858. OLE color: 5683858.
HSL color Cylindrical-coordinate representation of color #92BA56: hue angle of 84º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #92BA56 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 186 | 86 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.27 |
| HSL | 84º | 0.42% | 0.53% | - |
| HSV(B) | 84º | 0.54% | 0.73% | - |
| XYZ | 31.09 | 41.9 | 15.25 | - |
| YUV | 162.64 | 84.75 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 86 | 0.22 | 0 | 0.54 | 0.27 | 84 | 0.42 | 0.53 |
| Hex | 92 | BA | 56 | 16 | 0 | 36 | 1B | 54 | 2A | 35 |
| Octal | 222 | 272 | 126 | 26 | 0 | 66 | 33 | 124 | 52 | 65 |
| Binary | 10010010 | 10111010 | 1010110 | 10110 | 0 | 110110 | 11011 | 1010100 | 101010 | 110101 |
Color Harmonies of #92BA56
Complementary color
Monochromatic Colors of #92BA56
Black with #92BA56
Text Example
Text Example
White with #92BA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BA56; }
p { color: rgb(146,186,86); }
H1.HeaderClassName
{
color: #92BA56;
}
.AnyTagClassName
{
color: #92BA56;
}
</style>
background-color css
<style>
a { background-color: #92BA56; }
a { background-color: rgb(146,186,86); }
div.DivClassName
{
background-color: #92BA56;
}
.BgClassName
{
background-color: #92BA56;
}
</style>
border-color css
<style>
span { border-color: #92BA56; }
span { border-color: rgb(146,186,86); }
td.TdClassName
{
border-color: #92BA56;
}
.TagClassName
{
border-color: #92BA56;
}
</style>