Shades of Chelsea Cucumber #92AA5B
Tints of Chelsea Cucumber #92AA5B
RGB
CMYK
RGB Variations
Color information
#92AA5B (or 0x92AA5B) is known color: Chelsea Cucumber. HEX triplet: 92, AA and 5B. RGB value is (146,170,91). Sum of RGB (Red+Green+Blue) = 146+170+91=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AA5B is #6D55A4. Grayscale: #9A9A9A. Windows color (decimal): -7165349 or 6007442. OLE color: 6007442.
HSL color Cylindrical-coordinate representation of color #92AA5B: hue angle of 78.23º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92AA5B is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 170 | 91 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.33 |
| HSL | 78.23º | 0.32% | 0.51% | - |
| HSV(B) | 78.23º | 0.46% | 0.67% | - |
| XYZ | 28.12 | 35.62 | 15.29 | - |
| YUV | 153.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 91 | 0.14 | 0 | 0.46 | 0.33 | 78.23 | 0.32 | 0.51 |
| Hex | 92 | AA | 5B | E | 0 | 2E | 21 | 4E | 20 | 33 |
| Octal | 222 | 252 | 133 | 16 | 0 | 56 | 41 | 116 | 40 | 63 |
| Binary | 10010010 | 10101010 | 1011011 | 1110 | 0 | 101110 | 100001 | 1001110 | 100000 | 110011 |
Color Harmonies of #92AA5B
Complementary color
Monochromatic Colors of #92AA5B
Black with #92AA5B
Text Example
Text Example
White with #92AA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AA5B; }
p { color: rgb(146,170,91); }
H1.HeaderClassName
{
color: #92AA5B;
}
.AnyTagClassName
{
color: #92AA5B;
}
</style>
background-color css
<style>
a { background-color: #92AA5B; }
a { background-color: rgb(146,170,91); }
div.DivClassName
{
background-color: #92AA5B;
}
.BgClassName
{
background-color: #92AA5B;
}
</style>
border-color css
<style>
span { border-color: #92AA5B; }
span { border-color: rgb(146,170,91); }
td.TdClassName
{
border-color: #92AA5B;
}
.TagClassName
{
border-color: #92AA5B;
}
</style>