Shades of Chelsea Cucumber #92C151
Tints of Chelsea Cucumber #92C151
RGB
CMYK
RGB Variations
Color information
#92C151 (or 0x92C151) is known color: Chelsea Cucumber. HEX triplet: 92, C1 and 51. RGB value is (146,193,81). Sum of RGB (Red+Green+Blue) = 146+193+81=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #92C151 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C151 is #6D3EAE. Grayscale: #A6A6A6. Windows color (decimal): -7159471 or 5357970. OLE color: 5357970.
HSL color Cylindrical-coordinate representation of color #92C151: hue angle of 85.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #92C151 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 193 | 81 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.24 |
| HSL | 85.18º | 0.47% | 0.54% | - |
| HSV(B) | 85.18º | 0.58% | 0.76% | - |
| XYZ | 32.41 | 44.85 | 14.73 | - |
| YUV | 166.18 | 79.93 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 193 | 81 | 0.24 | 0 | 0.58 | 0.24 | 85.18 | 0.47 | 0.54 |
| Hex | 92 | C1 | 51 | 18 | 0 | 3A | 18 | 55 | 2F | 36 |
| Octal | 222 | 301 | 121 | 30 | 0 | 72 | 30 | 125 | 57 | 66 |
| Binary | 10010010 | 11000001 | 1010001 | 11000 | 0 | 111010 | 11000 | 1010101 | 101111 | 110110 |
Color Harmonies of #92C151
Complementary color
Monochromatic Colors of #92C151
Black with #92C151
Text Example
Text Example
White with #92C151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C151; }
p { color: rgb(146,193,81); }
H1.HeaderClassName
{
color: #92C151;
}
.AnyTagClassName
{
color: #92C151;
}
</style>
background-color css
<style>
a { background-color: #92C151; }
a { background-color: rgb(146,193,81); }
div.DivClassName
{
background-color: #92C151;
}
.BgClassName
{
background-color: #92C151;
}
</style>
border-color css
<style>
span { border-color: #92C151; }
span { border-color: rgb(146,193,81); }
td.TdClassName
{
border-color: #92C151;
}
.TagClassName
{
border-color: #92C151;
}
</style>