Shades of Chelsea Cucumber #92B450
Tints of Chelsea Cucumber #92B450
RGB
CMYK
RGB Variations
Color information
#92B450 (or 0x92B450) is known color: Chelsea Cucumber. HEX triplet: 92, B4 and 50. RGB value is (146,180,80). Sum of RGB (Red+Green+Blue) = 146+180+80=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 180 - color contains mainly: green. Hex color #92B450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B450 is #6D4BAF. Grayscale: #9E9E9E. Windows color (decimal): -7162800 or 5289106. OLE color: 5289106.
HSL color Cylindrical-coordinate representation of color #92B450: hue angle of 80.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #92B450 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 180 | 80 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.29 |
| HSL | 80.4º | 0.4% | 0.51% | - |
| HSV(B) | 80.4º | 0.56% | 0.71% | - |
| XYZ | 29.62 | 39.33 | 13.62 | - |
| YUV | 158.43 | 83.74 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 180 | 80 | 0.19 | 0 | 0.56 | 0.29 | 80.4 | 0.4 | 0.51 |
| Hex | 92 | B4 | 50 | 13 | 0 | 38 | 1D | 50 | 28 | 33 |
| Octal | 222 | 264 | 120 | 23 | 0 | 70 | 35 | 120 | 50 | 63 |
| Binary | 10010010 | 10110100 | 1010000 | 10011 | 0 | 111000 | 11101 | 1010000 | 101000 | 110011 |
Color Harmonies of #92B450
Complementary color
Monochromatic Colors of #92B450
Black with #92B450
Text Example
Text Example
White with #92B450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B450; }
p { color: rgb(146,180,80); }
H1.HeaderClassName
{
color: #92B450;
}
.AnyTagClassName
{
color: #92B450;
}
</style>
background-color css
<style>
a { background-color: #92B450; }
a { background-color: rgb(146,180,80); }
div.DivClassName
{
background-color: #92B450;
}
.BgClassName
{
background-color: #92B450;
}
</style>
border-color css
<style>
span { border-color: #92B450; }
span { border-color: rgb(146,180,80); }
td.TdClassName
{
border-color: #92B450;
}
.TagClassName
{
border-color: #92B450;
}
</style>