Shades of Chelsea Cucumber #92AD66
Tints of Chelsea Cucumber #92AD66
RGB
CMYK
RGB Variations
Color information
#92AD66 (or 0x92AD66) is known color: Chelsea Cucumber. HEX triplet: 92, AD and 66. RGB value is (146,173,102). Sum of RGB (Red+Green+Blue) = 146+173+102=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AD66 is #6D5299. Grayscale: #9D9D9D. Windows color (decimal): -7164570 or 6729106. OLE color: 6729106.
HSL color Cylindrical-coordinate representation of color #92AD66: hue angle of 82.82º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92AD66 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 173 | 102 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.32 |
| HSL | 82.82º | 0.3% | 0.54% | - |
| HSV(B) | 82.82º | 0.41% | 0.68% | - |
| XYZ | 29.2 | 36.96 | 18.17 | - |
| YUV | 156.83 | 97.05 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 173 | 102 | 0.16 | 0 | 0.41 | 0.32 | 82.82 | 0.3 | 0.54 |
| Hex | 92 | AD | 66 | 10 | 0 | 29 | 20 | 53 | 1E | 36 |
| Octal | 222 | 255 | 146 | 20 | 0 | 51 | 40 | 123 | 36 | 66 |
| Binary | 10010010 | 10101101 | 1100110 | 10000 | 0 | 101001 | 100000 | 1010011 | 11110 | 110110 |
Color Harmonies of #92AD66
Complementary color
Monochromatic Colors of #92AD66
Black with #92AD66
Text Example
Text Example
White with #92AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AD66; }
p { color: rgb(146,173,102); }
H1.HeaderClassName
{
color: #92AD66;
}
.AnyTagClassName
{
color: #92AD66;
}
</style>
background-color css
<style>
a { background-color: #92AD66; }
a { background-color: rgb(146,173,102); }
div.DivClassName
{
background-color: #92AD66;
}
.BgClassName
{
background-color: #92AD66;
}
</style>
border-color css
<style>
span { border-color: #92AD66; }
span { border-color: rgb(146,173,102); }
td.TdClassName
{
border-color: #92AD66;
}
.TagClassName
{
border-color: #92AD66;
}
</style>