Shades of Chelsea Cucumber #92B55B
Tints of Chelsea Cucumber #92B55B
RGB
CMYK
RGB Variations
Color information
#92B55B (or 0x92B55B) is known color: Chelsea Cucumber. HEX triplet: 92, B5 and 5B. RGB value is (146,181,91). Sum of RGB (Red+Green+Blue) = 146+181+91=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 181 - color contains mainly: green. Hex color #92B55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B55B is #6D4AA4. Grayscale: #A0A0A0. Windows color (decimal): -7162533 or 6010258. OLE color: 6010258.
HSL color Cylindrical-coordinate representation of color #92B55B: hue angle of 83.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #92B55B is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 181 | 91 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.29 |
| HSL | 83.33º | 0.38% | 0.53% | - |
| HSV(B) | 83.33º | 0.5% | 0.71% | - |
| XYZ | 30.27 | 39.91 | 16.01 | - |
| YUV | 160.28 | 88.9 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 181 | 91 | 0.19 | 0 | 0.50 | 0.29 | 83.33 | 0.38 | 0.53 |
| Hex | 92 | B5 | 5B | 13 | 0 | 32 | 1D | 53 | 26 | 35 |
| Octal | 222 | 265 | 133 | 23 | 0 | 62 | 35 | 123 | 46 | 65 |
| Binary | 10010010 | 10110101 | 1011011 | 10011 | 0 | 110010 | 11101 | 1010011 | 100110 | 110101 |
Color Harmonies of #92B55B
Complementary color
Monochromatic Colors of #92B55B
Black with #92B55B
Text Example
Text Example
White with #92B55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B55B; }
p { color: rgb(146,181,91); }
H1.HeaderClassName
{
color: #92B55B;
}
.AnyTagClassName
{
color: #92B55B;
}
</style>
background-color css
<style>
a { background-color: #92B55B; }
a { background-color: rgb(146,181,91); }
div.DivClassName
{
background-color: #92B55B;
}
.BgClassName
{
background-color: #92B55B;
}
</style>
border-color css
<style>
span { border-color: #92B55B; }
span { border-color: rgb(146,181,91); }
td.TdClassName
{
border-color: #92B55B;
}
.TagClassName
{
border-color: #92B55B;
}
</style>