Shades of Chelsea Cucumber #92BD50
Tints of Chelsea Cucumber #92BD50
RGB
CMYK
RGB Variations
Color information
#92BD50 (or 0x92BD50) is known color: Chelsea Cucumber. HEX triplet: 92, BD and 50. RGB value is (146,189,80). Sum of RGB (Red+Green+Blue) = 146+189+80=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BD50 is #6D42AF. Grayscale: #A4A4A4. Windows color (decimal): -7160496 or 5291410. OLE color: 5291410.
HSL color Cylindrical-coordinate representation of color #92BD50: hue angle of 83.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #92BD50 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 189 | 80 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.26 |
| HSL | 83.67º | 0.45% | 0.53% | - |
| HSV(B) | 83.67º | 0.58% | 0.74% | - |
| XYZ | 31.5 | 43.09 | 14.25 | - |
| YUV | 163.72 | 80.75 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 80 | 0.23 | 0 | 0.58 | 0.26 | 83.67 | 0.45 | 0.53 |
| Hex | 92 | BD | 50 | 17 | 0 | 3A | 1A | 54 | 2D | 35 |
| Octal | 222 | 275 | 120 | 27 | 0 | 72 | 32 | 124 | 55 | 65 |
| Binary | 10010010 | 10111101 | 1010000 | 10111 | 0 | 111010 | 11010 | 1010100 | 101101 | 110101 |
Color Harmonies of #92BD50
Complementary color
Monochromatic Colors of #92BD50
Black with #92BD50
Text Example
Text Example
White with #92BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BD50; }
p { color: rgb(146,189,80); }
H1.HeaderClassName
{
color: #92BD50;
}
.AnyTagClassName
{
color: #92BD50;
}
</style>
background-color css
<style>
a { background-color: #92BD50; }
a { background-color: rgb(146,189,80); }
div.DivClassName
{
background-color: #92BD50;
}
.BgClassName
{
background-color: #92BD50;
}
</style>
border-color css
<style>
span { border-color: #92BD50; }
span { border-color: rgb(146,189,80); }
td.TdClassName
{
border-color: #92BD50;
}
.TagClassName
{
border-color: #92BD50;
}
</style>