Shades of Chelsea Cucumber #92AB48
Tints of Chelsea Cucumber #92AB48
RGB
CMYK
RGB Variations
Color information
#92AB48 (or 0x92AB48) is known color: Chelsea Cucumber. HEX triplet: 92, AB and 48. RGB value is (146,171,72). Sum of RGB (Red+Green+Blue) = 146+171+72=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AB48 is #6D54B7. Grayscale: #989898. Windows color (decimal): -7165112 or 4762514. OLE color: 4762514.
HSL color Cylindrical-coordinate representation of color #92AB48: hue angle of 75.15º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #92AB48 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 171 | 72 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.33 |
| HSL | 75.15º | 0.41% | 0.48% | - |
| HSV(B) | 75.15º | 0.58% | 0.67% | - |
| XYZ | 27.59 | 35.7 | 11.57 | - |
| YUV | 152.24 | 82.72 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 171 | 72 | 0.15 | 0 | 0.58 | 0.33 | 75.15 | 0.41 | 0.48 |
| Hex | 92 | AB | 48 | F | 0 | 3A | 21 | 4B | 29 | 30 |
| Octal | 222 | 253 | 110 | 17 | 0 | 72 | 41 | 113 | 51 | 60 |
| Binary | 10010010 | 10101011 | 1001000 | 1111 | 0 | 111010 | 100001 | 1001011 | 101001 | 110000 |
Color Harmonies of #92AB48
Complementary color
Monochromatic Colors of #92AB48
Black with #92AB48
Text Example
Text Example
White with #92AB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AB48; }
p { color: rgb(146,171,72); }
H1.HeaderClassName
{
color: #92AB48;
}
.AnyTagClassName
{
color: #92AB48;
}
</style>
background-color css
<style>
a { background-color: #92AB48; }
a { background-color: rgb(146,171,72); }
div.DivClassName
{
background-color: #92AB48;
}
.BgClassName
{
background-color: #92AB48;
}
</style>
border-color css
<style>
span { border-color: #92AB48; }
span { border-color: rgb(146,171,72); }
td.TdClassName
{
border-color: #92AB48;
}
.TagClassName
{
border-color: #92AB48;
}
</style>