Shades of Chelsea Cucumber #92BD52
Tints of Chelsea Cucumber #92BD52
RGB
CMYK
RGB Variations
Color information
#92BD52 (or 0x92BD52) is known color: Chelsea Cucumber. HEX triplet: 92, BD and 52. RGB value is (146,189,82). Sum of RGB (Red+Green+Blue) = 146+189+82=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BD52 is #6D42AD. Grayscale: #A4A4A4. Windows color (decimal): -7160494 or 5422482. OLE color: 5422482.
HSL color Cylindrical-coordinate representation of color #92BD52: hue angle of 84.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #92BD52 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 189 | 82 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.26 |
| HSL | 84.11º | 0.45% | 0.53% | - |
| HSV(B) | 84.11º | 0.57% | 0.74% | - |
| XYZ | 31.57 | 43.12 | 14.64 | - |
| YUV | 163.95 | 81.75 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 82 | 0.23 | 0 | 0.57 | 0.26 | 84.11 | 0.45 | 0.53 |
| Hex | 92 | BD | 52 | 17 | 0 | 39 | 1A | 54 | 2D | 35 |
| Octal | 222 | 275 | 122 | 27 | 0 | 71 | 32 | 124 | 55 | 65 |
| Binary | 10010010 | 10111101 | 1010010 | 10111 | 0 | 111001 | 11010 | 1010100 | 101101 | 110101 |
Color Harmonies of #92BD52
Complementary color
Monochromatic Colors of #92BD52
Black with #92BD52
Text Example
Text Example
White with #92BD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BD52; }
p { color: rgb(146,189,82); }
H1.HeaderClassName
{
color: #92BD52;
}
.AnyTagClassName
{
color: #92BD52;
}
</style>
background-color css
<style>
a { background-color: #92BD52; }
a { background-color: rgb(146,189,82); }
div.DivClassName
{
background-color: #92BD52;
}
.BgClassName
{
background-color: #92BD52;
}
</style>
border-color css
<style>
span { border-color: #92BD52; }
span { border-color: rgb(146,189,82); }
td.TdClassName
{
border-color: #92BD52;
}
.TagClassName
{
border-color: #92BD52;
}
</style>