Shades of Chelsea Cucumber #92C252
Tints of Chelsea Cucumber #92C252
RGB
CMYK
RGB Variations
Color information
#92C252 (or 0x92C252) is known color: Chelsea Cucumber. HEX triplet: 92, C2 and 52. RGB value is (146,194,82). Sum of RGB (Red+Green+Blue) = 146+194+82=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #92C252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C252 is #6D3DAD. Grayscale: #A7A7A7. Windows color (decimal): -7159214 or 5423762. OLE color: 5423762.
HSL color Cylindrical-coordinate representation of color #92C252: hue angle of 85.71º degrees, saturation: 0.48, 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 #92C252 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 194 | 82 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.24 |
| HSL | 85.71º | 0.48% | 0.54% | - |
| HSV(B) | 85.71º | 0.58% | 0.76% | - |
| XYZ | 32.67 | 45.3 | 15.01 | - |
| YUV | 166.88 | 80.1 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 194 | 82 | 0.25 | 0 | 0.58 | 0.24 | 85.71 | 0.48 | 0.54 |
| Hex | 92 | C2 | 52 | 19 | 0 | 3A | 18 | 56 | 30 | 36 |
| Octal | 222 | 302 | 122 | 31 | 0 | 72 | 30 | 126 | 60 | 66 |
| Binary | 10010010 | 11000010 | 1010010 | 11001 | 0 | 111010 | 11000 | 1010110 | 110000 | 110110 |
Color Harmonies of #92C252
Complementary color
Monochromatic Colors of #92C252
Black with #92C252
Text Example
Text Example
White with #92C252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C252; }
p { color: rgb(146,194,82); }
H1.HeaderClassName
{
color: #92C252;
}
.AnyTagClassName
{
color: #92C252;
}
</style>
background-color css
<style>
a { background-color: #92C252; }
a { background-color: rgb(146,194,82); }
div.DivClassName
{
background-color: #92C252;
}
.BgClassName
{
background-color: #92C252;
}
</style>
border-color css
<style>
span { border-color: #92C252; }
span { border-color: rgb(146,194,82); }
td.TdClassName
{
border-color: #92C252;
}
.TagClassName
{
border-color: #92C252;
}
</style>