Shades of Chelsea Cucumber #92BC5E
Tints of Chelsea Cucumber #92BC5E
RGB
CMYK
RGB Variations
Color information
#92BC5E (or 0x92BC5E) is known color: Chelsea Cucumber. HEX triplet: 92, BC and 5E. RGB value is (146,188,94). Sum of RGB (Red+Green+Blue) = 146+188+94=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BC5E is #6D43A1. Grayscale: #A5A5A5. Windows color (decimal): -7160738 or 6208658. OLE color: 6208658.
HSL color Cylindrical-coordinate representation of color #92BC5E: hue angle of 86.81º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #92BC5E is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 188 | 94 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.26 |
| HSL | 86.81º | 0.41% | 0.55% | - |
| HSV(B) | 86.81º | 0.5% | 0.74% | - |
| XYZ | 31.86 | 42.89 | 17.19 | - |
| YUV | 164.73 | 88.09 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 94 | 0.22 | 0 | 0.50 | 0.26 | 86.81 | 0.41 | 0.55 |
| Hex | 92 | BC | 5E | 16 | 0 | 32 | 1A | 57 | 29 | 37 |
| Octal | 222 | 274 | 136 | 26 | 0 | 62 | 32 | 127 | 51 | 67 |
| Binary | 10010010 | 10111100 | 1011110 | 10110 | 0 | 110010 | 11010 | 1010111 | 101001 | 110111 |
Color Harmonies of #92BC5E
Complementary color
Monochromatic Colors of #92BC5E
Black with #92BC5E
Text Example
Text Example
White with #92BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BC5E; }
p { color: rgb(146,188,94); }
H1.HeaderClassName
{
color: #92BC5E;
}
.AnyTagClassName
{
color: #92BC5E;
}
</style>
background-color css
<style>
a { background-color: #92BC5E; }
a { background-color: rgb(146,188,94); }
div.DivClassName
{
background-color: #92BC5E;
}
.BgClassName
{
background-color: #92BC5E;
}
</style>
border-color css
<style>
span { border-color: #92BC5E; }
span { border-color: rgb(146,188,94); }
td.TdClassName
{
border-color: #92BC5E;
}
.TagClassName
{
border-color: #92BC5E;
}
</style>