Shades of Chelsea Cucumber #92BD56
Tints of Chelsea Cucumber #92BD56
RGB
CMYK
RGB Variations
Color information
#92BD56 (or 0x92BD56) is known color: Chelsea Cucumber. HEX triplet: 92, BD and 56. RGB value is (146,189,86). Sum of RGB (Red+Green+Blue) = 146+189+86=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BD56 is #6D42A9. Grayscale: #A4A4A4. Windows color (decimal): -7160490 or 5684626. OLE color: 5684626.
HSL color Cylindrical-coordinate representation of color #92BD56: hue angle of 85.05º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #92BD56 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 189 | 86 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.26 |
| HSL | 85.05º | 0.44% | 0.54% | - |
| HSV(B) | 85.05º | 0.54% | 0.74% | - |
| XYZ | 31.73 | 43.18 | 15.47 | - |
| YUV | 164.4 | 83.75 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 86 | 0.23 | 0 | 0.54 | 0.26 | 85.05 | 0.44 | 0.54 |
| Hex | 92 | BD | 56 | 17 | 0 | 36 | 1A | 55 | 2C | 36 |
| Octal | 222 | 275 | 126 | 27 | 0 | 66 | 32 | 125 | 54 | 66 |
| Binary | 10010010 | 10111101 | 1010110 | 10111 | 0 | 110110 | 11010 | 1010101 | 101100 | 110110 |
Color Harmonies of #92BD56
Complementary color
Monochromatic Colors of #92BD56
Black with #92BD56
Text Example
Text Example
White with #92BD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BD56; }
p { color: rgb(146,189,86); }
H1.HeaderClassName
{
color: #92BD56;
}
.AnyTagClassName
{
color: #92BD56;
}
</style>
background-color css
<style>
a { background-color: #92BD56; }
a { background-color: rgb(146,189,86); }
div.DivClassName
{
background-color: #92BD56;
}
.BgClassName
{
background-color: #92BD56;
}
</style>
border-color css
<style>
span { border-color: #92BD56; }
span { border-color: rgb(146,189,86); }
td.TdClassName
{
border-color: #92BD56;
}
.TagClassName
{
border-color: #92BD56;
}
</style>