Shades of Chelsea Cucumber #92AD51
Tints of Chelsea Cucumber #92AD51
RGB
CMYK
RGB Variations
Color information
#92AD51 (or 0x92AD51) is known color: Chelsea Cucumber. HEX triplet: 92, AD and 51. RGB value is (146,173,81). Sum of RGB (Red+Green+Blue) = 146+173+81=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AD51 is #6D52AE. Grayscale: #9A9A9A. Windows color (decimal): -7164591 or 5352850. OLE color: 5352850.
HSL color Cylindrical-coordinate representation of color #92AD51: hue angle of 77.61º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #92AD51 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 173 | 81 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.32 |
| HSL | 77.61º | 0.36% | 0.5% | - |
| HSV(B) | 77.61º | 0.53% | 0.68% | - |
| XYZ | 28.28 | 36.59 | 13.36 | - |
| YUV | 154.44 | 86.55 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 173 | 81 | 0.16 | 0 | 0.53 | 0.32 | 77.61 | 0.36 | 0.5 |
| Hex | 92 | AD | 51 | 10 | 0 | 35 | 20 | 4E | 24 | 32 |
| Octal | 222 | 255 | 121 | 20 | 0 | 65 | 40 | 116 | 44 | 62 |
| Binary | 10010010 | 10101101 | 1010001 | 10000 | 0 | 110101 | 100000 | 1001110 | 100100 | 110010 |
Color Harmonies of #92AD51
Complementary color
Monochromatic Colors of #92AD51
Black with #92AD51
Text Example
Text Example
White with #92AD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AD51; }
p { color: rgb(146,173,81); }
H1.HeaderClassName
{
color: #92AD51;
}
.AnyTagClassName
{
color: #92AD51;
}
</style>
background-color css
<style>
a { background-color: #92AD51; }
a { background-color: rgb(146,173,81); }
div.DivClassName
{
background-color: #92AD51;
}
.BgClassName
{
background-color: #92AD51;
}
</style>
border-color css
<style>
span { border-color: #92AD51; }
span { border-color: rgb(146,173,81); }
td.TdClassName
{
border-color: #92AD51;
}
.TagClassName
{
border-color: #92AD51;
}
</style>