Shades of Chelsea Cucumber #92AD60
Tints of Chelsea Cucumber #92AD60
RGB
CMYK
RGB Variations
Color information
#92AD60 (or 0x92AD60) is known color: Chelsea Cucumber. HEX triplet: 92, AD and 60. RGB value is (146,173,96). Sum of RGB (Red+Green+Blue) = 146+173+96=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AD60 is #6D529F. Grayscale: #9C9C9C. Windows color (decimal): -7164576 or 6335890. OLE color: 6335890.
HSL color Cylindrical-coordinate representation of color #92AD60: hue angle of 81.04º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #92AD60 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 173 | 96 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.32 |
| HSL | 81.04º | 0.32% | 0.53% | - |
| HSV(B) | 81.04º | 0.45% | 0.68% | - |
| XYZ | 28.91 | 36.84 | 16.65 | - |
| YUV | 156.15 | 94.05 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 173 | 96 | 0.16 | 0 | 0.45 | 0.32 | 81.04 | 0.32 | 0.53 |
| Hex | 92 | AD | 60 | 10 | 0 | 2D | 20 | 51 | 20 | 35 |
| Octal | 222 | 255 | 140 | 20 | 0 | 55 | 40 | 121 | 40 | 65 |
| Binary | 10010010 | 10101101 | 1100000 | 10000 | 0 | 101101 | 100000 | 1010001 | 100000 | 110101 |
Color Harmonies of #92AD60
Complementary color
Monochromatic Colors of #92AD60
Black with #92AD60
Text Example
Text Example
White with #92AD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AD60; }
p { color: rgb(146,173,96); }
H1.HeaderClassName
{
color: #92AD60;
}
.AnyTagClassName
{
color: #92AD60;
}
</style>
background-color css
<style>
a { background-color: #92AD60; }
a { background-color: rgb(146,173,96); }
div.DivClassName
{
background-color: #92AD60;
}
.BgClassName
{
background-color: #92AD60;
}
</style>
border-color css
<style>
span { border-color: #92AD60; }
span { border-color: rgb(146,173,96); }
td.TdClassName
{
border-color: #92AD60;
}
.TagClassName
{
border-color: #92AD60;
}
</style>