Shades of Chelsea Cucumber #92B850
Tints of Chelsea Cucumber #92B850
RGB
CMYK
RGB Variations
Color information
#92B850 (or 0x92B850) is known color: Chelsea Cucumber. HEX triplet: 92, B8 and 50. RGB value is (146,184,80). Sum of RGB (Red+Green+Blue) = 146+184+80=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 184 - color contains mainly: green. Hex color #92B850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B850 is #6D47AF. Grayscale: #A1A1A1. Windows color (decimal): -7161776 or 5290130. OLE color: 5290130.
HSL color Cylindrical-coordinate representation of color #92B850: hue angle of 81.92º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #92B850 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 146 | 184 | 80 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.28 |
| HSL | 81.92º | 0.42% | 0.52% | - |
| HSV(B) | 81.92º | 0.57% | 0.72% | - |
| XYZ | 30.44 | 40.97 | 13.89 | - |
| YUV | 160.78 | 82.41 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 184 | 80 | 0.21 | 0 | 0.57 | 0.28 | 81.92 | 0.42 | 0.52 |
| Hex | 92 | B8 | 50 | 15 | 0 | 39 | 1C | 52 | 2A | 34 |
| Octal | 222 | 270 | 120 | 25 | 0 | 71 | 34 | 122 | 52 | 64 |
| Binary | 10010010 | 10111000 | 1010000 | 10101 | 0 | 111001 | 11100 | 1010010 | 101010 | 110100 |
Color Harmonies of #92B850
Complementary color
Monochromatic Colors of #92B850
Black with #92B850
Text Example
Text Example
White with #92B850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B850; }
p { color: rgb(146,184,80); }
H1.HeaderClassName
{
color: #92B850;
}
.AnyTagClassName
{
color: #92B850;
}
</style>
background-color css
<style>
a { background-color: #92B850; }
a { background-color: rgb(146,184,80); }
div.DivClassName
{
background-color: #92B850;
}
.BgClassName
{
background-color: #92B850;
}
</style>
border-color css
<style>
span { border-color: #92B850; }
span { border-color: rgb(146,184,80); }
td.TdClassName
{
border-color: #92B850;
}
.TagClassName
{
border-color: #92B850;
}
</style>