Shades of Chelsea Cucumber #92C253
Tints of Chelsea Cucumber #92C253
RGB
CMYK
RGB Variations
Color information
#92C253 (or 0x92C253) is known color: Chelsea Cucumber. HEX triplet: 92, C2 and 53. RGB value is (146,194,83). Sum of RGB (Red+Green+Blue) = 146+194+83=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #92C253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C253 is #6D3DAC. Grayscale: #A7A7A7. Windows color (decimal): -7159213 or 5489298. OLE color: 5489298.
HSL color Cylindrical-coordinate representation of color #92C253: hue angle of 85.95º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #92C253 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 194 | 83 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.24 |
| HSL | 85.95º | 0.48% | 0.54% | - |
| HSV(B) | 85.95º | 0.57% | 0.76% | - |
| XYZ | 32.71 | 45.32 | 15.21 | - |
| YUV | 166.99 | 80.6 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 194 | 83 | 0.25 | 0 | 0.57 | 0.24 | 85.95 | 0.48 | 0.54 |
| Hex | 92 | C2 | 53 | 19 | 0 | 39 | 18 | 56 | 30 | 36 |
| Octal | 222 | 302 | 123 | 31 | 0 | 71 | 30 | 126 | 60 | 66 |
| Binary | 10010010 | 11000010 | 1010011 | 11001 | 0 | 111001 | 11000 | 1010110 | 110000 | 110110 |
Color Harmonies of #92C253
Complementary color
Monochromatic Colors of #92C253
Black with #92C253
Text Example
Text Example
White with #92C253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C253; }
p { color: rgb(146,194,83); }
H1.HeaderClassName
{
color: #92C253;
}
.AnyTagClassName
{
color: #92C253;
}
</style>
background-color css
<style>
a { background-color: #92C253; }
a { background-color: rgb(146,194,83); }
div.DivClassName
{
background-color: #92C253;
}
.BgClassName
{
background-color: #92C253;
}
</style>
border-color css
<style>
span { border-color: #92C253; }
span { border-color: rgb(146,194,83); }
td.TdClassName
{
border-color: #92C253;
}
.TagClassName
{
border-color: #92C253;
}
</style>