Shades of Chelsea Cucumber #92BB5E
Tints of Chelsea Cucumber #92BB5E
RGB
CMYK
RGB Variations
Color information
#92BB5E (or 0x92BB5E) is known color: Chelsea Cucumber. HEX triplet: 92, BB and 5E. RGB value is (146,187,94). Sum of RGB (Red+Green+Blue) = 146+187+94=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 187 - color contains mainly: green. Hex color #92BB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BB5E is #6D44A1. Grayscale: #A4A4A4. Windows color (decimal): -7160994 or 6208402. OLE color: 6208402.
HSL color Cylindrical-coordinate representation of color #92BB5E: hue angle of 86.45º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #92BB5E is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 187 | 94 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.27 |
| HSL | 86.45º | 0.41% | 0.55% | - |
| HSV(B) | 86.45º | 0.5% | 0.73% | - |
| XYZ | 31.64 | 42.46 | 17.12 | - |
| YUV | 164.14 | 88.42 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 94 | 0.22 | 0 | 0.50 | 0.27 | 86.45 | 0.41 | 0.55 |
| Hex | 92 | BB | 5E | 16 | 0 | 32 | 1B | 56 | 29 | 37 |
| Octal | 222 | 273 | 136 | 26 | 0 | 62 | 33 | 126 | 51 | 67 |
| Binary | 10010010 | 10111011 | 1011110 | 10110 | 0 | 110010 | 11011 | 1010110 | 101001 | 110111 |
Color Harmonies of #92BB5E
Complementary color
Monochromatic Colors of #92BB5E
Black with #92BB5E
Text Example
Text Example
White with #92BB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BB5E; }
p { color: rgb(146,187,94); }
H1.HeaderClassName
{
color: #92BB5E;
}
.AnyTagClassName
{
color: #92BB5E;
}
</style>
background-color css
<style>
a { background-color: #92BB5E; }
a { background-color: rgb(146,187,94); }
div.DivClassName
{
background-color: #92BB5E;
}
.BgClassName
{
background-color: #92BB5E;
}
</style>
border-color css
<style>
span { border-color: #92BB5E; }
span { border-color: rgb(146,187,94); }
td.TdClassName
{
border-color: #92BB5E;
}
.TagClassName
{
border-color: #92BB5E;
}
</style>