Shades of Chelsea Cucumber #92AA49
Tints of Chelsea Cucumber #92AA49
RGB
CMYK
RGB Variations
Color information
#92AA49 (or 0x92AA49) is known color: Chelsea Cucumber. HEX triplet: 92, AA and 49. RGB value is (146,170,73). Sum of RGB (Red+Green+Blue) = 146+170+73=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AA49 is #6D55B6. Grayscale: #989898. Windows color (decimal): -7165367 or 4827794. OLE color: 4827794.
HSL color Cylindrical-coordinate representation of color #92AA49: hue angle of 74.85º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #92AA49 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 170 | 73 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.33 |
| HSL | 74.85º | 0.4% | 0.48% | - |
| HSV(B) | 74.85º | 0.57% | 0.67% | - |
| XYZ | 27.43 | 35.34 | 11.68 | - |
| YUV | 151.77 | 83.55 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 73 | 0.14 | 0 | 0.57 | 0.33 | 74.85 | 0.4 | 0.48 |
| Hex | 92 | AA | 49 | E | 0 | 39 | 21 | 4B | 28 | 30 |
| Octal | 222 | 252 | 111 | 16 | 0 | 71 | 41 | 113 | 50 | 60 |
| Binary | 10010010 | 10101010 | 1001001 | 1110 | 0 | 111001 | 100001 | 1001011 | 101000 | 110000 |
Color Harmonies of #92AA49
Complementary color
Monochromatic Colors of #92AA49
Black with #92AA49
Text Example
Text Example
White with #92AA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AA49; }
p { color: rgb(146,170,73); }
H1.HeaderClassName
{
color: #92AA49;
}
.AnyTagClassName
{
color: #92AA49;
}
</style>
background-color css
<style>
a { background-color: #92AA49; }
a { background-color: rgb(146,170,73); }
div.DivClassName
{
background-color: #92AA49;
}
.BgClassName
{
background-color: #92AA49;
}
</style>
border-color css
<style>
span { border-color: #92AA49; }
span { border-color: rgb(146,170,73); }
td.TdClassName
{
border-color: #92AA49;
}
.TagClassName
{
border-color: #92AA49;
}
</style>