Shades of Chelsea Cucumber #92AA68
Tints of Chelsea Cucumber #92AA68
RGB
CMYK
RGB Variations
Color information
#92AA68 (or 0x92AA68) is known color: Chelsea Cucumber. HEX triplet: 92, AA and 68. RGB value is (146,170,104). Sum of RGB (Red+Green+Blue) = 146+170+104=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AA68 is #6D5597. Grayscale: #9B9B9B. Windows color (decimal): -7165336 or 6859410. OLE color: 6859410.
HSL color Cylindrical-coordinate representation of color #92AA68: hue angle of 81.82º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92AA68 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 170 | 104 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.33 |
| HSL | 81.82º | 0.28% | 0.54% | - |
| HSV(B) | 81.82º | 0.39% | 0.67% | - |
| XYZ | 28.73 | 35.86 | 18.5 | - |
| YUV | 155.3 | 99.05 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 104 | 0.14 | 0 | 0.39 | 0.33 | 81.82 | 0.28 | 0.54 |
| Hex | 92 | AA | 68 | E | 0 | 27 | 21 | 52 | 1C | 36 |
| Octal | 222 | 252 | 150 | 16 | 0 | 47 | 41 | 122 | 34 | 66 |
| Binary | 10010010 | 10101010 | 1101000 | 1110 | 0 | 100111 | 100001 | 1010010 | 11100 | 110110 |
Color Harmonies of #92AA68
Complementary color
Monochromatic Colors of #92AA68
Black with #92AA68
Text Example
Text Example
White with #92AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AA68; }
p { color: rgb(146,170,104); }
H1.HeaderClassName
{
color: #92AA68;
}
.AnyTagClassName
{
color: #92AA68;
}
</style>
background-color css
<style>
a { background-color: #92AA68; }
a { background-color: rgb(146,170,104); }
div.DivClassName
{
background-color: #92AA68;
}
.BgClassName
{
background-color: #92AA68;
}
</style>
border-color css
<style>
span { border-color: #92AA68; }
span { border-color: rgb(146,170,104); }
td.TdClassName
{
border-color: #92AA68;
}
.TagClassName
{
border-color: #92AA68;
}
</style>