Shades of Chelsea Cucumber #92B75F
Tints of Chelsea Cucumber #92B75F
RGB
CMYK
RGB Variations
Color information
#92B75F (or 0x92B75F) is known color: Chelsea Cucumber. HEX triplet: 92, B7 and 5F. RGB value is (146,183,95). Sum of RGB (Red+Green+Blue) = 146+183+95=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 183 - color contains mainly: green. Hex color #92B75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B75F is #6D48A0. Grayscale: #A2A2A2. Windows color (decimal): -7162017 or 6272914. OLE color: 6272914.
HSL color Cylindrical-coordinate representation of color #92B75F: hue angle of 85.23º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #92B75F is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 146 | 183 | 95 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.28 |
| HSL | 85.23º | 0.38% | 0.55% | - |
| HSV(B) | 85.23º | 0.48% | 0.72% | - |
| XYZ | 30.85 | 40.8 | 17.08 | - |
| YUV | 161.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 183 | 95 | 0.20 | 0 | 0.48 | 0.28 | 85.23 | 0.38 | 0.55 |
| Hex | 92 | B7 | 5F | 14 | 0 | 30 | 1C | 55 | 26 | 37 |
| Octal | 222 | 267 | 137 | 24 | 0 | 60 | 34 | 125 | 46 | 67 |
| Binary | 10010010 | 10110111 | 1011111 | 10100 | 0 | 110000 | 11100 | 1010101 | 100110 | 110111 |
Color Harmonies of #92B75F
Complementary color
Monochromatic Colors of #92B75F
Black with #92B75F
Text Example
Text Example
White with #92B75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B75F; }
p { color: rgb(146,183,95); }
H1.HeaderClassName
{
color: #92B75F;
}
.AnyTagClassName
{
color: #92B75F;
}
</style>
background-color css
<style>
a { background-color: #92B75F; }
a { background-color: rgb(146,183,95); }
div.DivClassName
{
background-color: #92B75F;
}
.BgClassName
{
background-color: #92B75F;
}
</style>
border-color css
<style>
span { border-color: #92B75F; }
span { border-color: rgb(146,183,95); }
td.TdClassName
{
border-color: #92B75F;
}
.TagClassName
{
border-color: #92B75F;
}
</style>