Shades of Chelsea Cucumber #92AA53
Tints of Chelsea Cucumber #92AA53
RGB
CMYK
RGB Variations
Color information
#92AA53 (or 0x92AA53) is known color: Chelsea Cucumber. HEX triplet: 92, AA and 53. RGB value is (146,170,83). Sum of RGB (Red+Green+Blue) = 146+170+83=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AA53 is #6D55AC. Grayscale: #999999. Windows color (decimal): -7165357 or 5483154. OLE color: 5483154.
HSL color Cylindrical-coordinate representation of color #92AA53: hue angle of 76.55º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #92AA53 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 170 | 83 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.33 |
| HSL | 76.55º | 0.34% | 0.5% | - |
| HSV(B) | 76.55º | 0.51% | 0.67% | - |
| XYZ | 27.79 | 35.48 | 13.57 | - |
| YUV | 152.91 | 88.55 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 83 | 0.14 | 0 | 0.51 | 0.33 | 76.55 | 0.34 | 0.5 |
| Hex | 92 | AA | 53 | E | 0 | 33 | 21 | 4D | 22 | 32 |
| Octal | 222 | 252 | 123 | 16 | 0 | 63 | 41 | 115 | 42 | 62 |
| Binary | 10010010 | 10101010 | 1010011 | 1110 | 0 | 110011 | 100001 | 1001101 | 100010 | 110010 |
Color Harmonies of #92AA53
Complementary color
Monochromatic Colors of #92AA53
Black with #92AA53
Text Example
Text Example
White with #92AA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AA53; }
p { color: rgb(146,170,83); }
H1.HeaderClassName
{
color: #92AA53;
}
.AnyTagClassName
{
color: #92AA53;
}
</style>
background-color css
<style>
a { background-color: #92AA53; }
a { background-color: rgb(146,170,83); }
div.DivClassName
{
background-color: #92AA53;
}
.BgClassName
{
background-color: #92AA53;
}
</style>
border-color css
<style>
span { border-color: #92AA53; }
span { border-color: rgb(146,170,83); }
td.TdClassName
{
border-color: #92AA53;
}
.TagClassName
{
border-color: #92AA53;
}
</style>