Shades of Chelsea Cucumber #92B160
Tints of Chelsea Cucumber #92B160
RGB
CMYK
RGB Variations
Color information
#92B160 (or 0x92B160) is known color: Chelsea Cucumber. HEX triplet: 92, B1 and 60. RGB value is (146,177,96). Sum of RGB (Red+Green+Blue) = 146+177+96=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 177 - color contains mainly: green. Hex color #92B160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92B160 is #6D4E9F. Grayscale: #9E9E9E. Windows color (decimal): -7163552 or 6336914. OLE color: 6336914.
HSL color Cylindrical-coordinate representation of color #92B160: hue angle of 82.96º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92B160 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 177 | 96 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.31 |
| HSL | 82.96º | 0.34% | 0.54% | - |
| HSV(B) | 82.96º | 0.46% | 0.69% | - |
| XYZ | 29.69 | 38.4 | 16.91 | - |
| YUV | 158.5 | 92.73 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 177 | 96 | 0.18 | 0 | 0.46 | 0.31 | 82.96 | 0.34 | 0.54 |
| Hex | 92 | B1 | 60 | 12 | 0 | 2E | 1F | 53 | 22 | 36 |
| Octal | 222 | 261 | 140 | 22 | 0 | 56 | 37 | 123 | 42 | 66 |
| Binary | 10010010 | 10110001 | 1100000 | 10010 | 0 | 101110 | 11111 | 1010011 | 100010 | 110110 |
Color Harmonies of #92B160
Complementary color
Monochromatic Colors of #92B160
Black with #92B160
Text Example
Text Example
White with #92B160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B160; }
p { color: rgb(146,177,96); }
H1.HeaderClassName
{
color: #92B160;
}
.AnyTagClassName
{
color: #92B160;
}
</style>
background-color css
<style>
a { background-color: #92B160; }
a { background-color: rgb(146,177,96); }
div.DivClassName
{
background-color: #92B160;
}
.BgClassName
{
background-color: #92B160;
}
</style>
border-color css
<style>
span { border-color: #92B160; }
span { border-color: rgb(146,177,96); }
td.TdClassName
{
border-color: #92B160;
}
.TagClassName
{
border-color: #92B160;
}
</style>