Shades of Chelsea Cucumber #92A95C
Tints of Chelsea Cucumber #92A95C
RGB
CMYK
RGB Variations
Color information
#92A95C (or 0x92A95C) is known color: Chelsea Cucumber. HEX triplet: 92, A9 and 5C. RGB value is (146,169,92). Sum of RGB (Red+Green+Blue) = 146+169+92=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 169 - color contains mainly: green. Hex color #92A95C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A95C is #6D56A3. Grayscale: #999999. Windows color (decimal): -7165604 or 6072722. OLE color: 6072722.
HSL color Cylindrical-coordinate representation of color #92A95C: hue angle of 77.92º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92A95C is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 146 | 169 | 92 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.34 |
| HSL | 77.92º | 0.31% | 0.51% | - |
| HSV(B) | 77.92º | 0.46% | 0.66% | - |
| XYZ | 27.97 | 35.26 | 15.46 | - |
| YUV | 153.35 | 93.38 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 169 | 92 | 0.14 | 0 | 0.46 | 0.34 | 77.92 | 0.31 | 0.51 |
| Hex | 92 | A9 | 5C | E | 0 | 2E | 22 | 4E | 1F | 33 |
| Octal | 222 | 251 | 134 | 16 | 0 | 56 | 42 | 116 | 37 | 63 |
| Binary | 10010010 | 10101001 | 1011100 | 1110 | 0 | 101110 | 100010 | 1001110 | 11111 | 110011 |
Color Harmonies of #92A95C
Complementary color
Monochromatic Colors of #92A95C
Black with #92A95C
Text Example
Text Example
White with #92A95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A95C; }
p { color: rgb(146,169,92); }
H1.HeaderClassName
{
color: #92A95C;
}
.AnyTagClassName
{
color: #92A95C;
}
</style>
background-color css
<style>
a { background-color: #92A95C; }
a { background-color: rgb(146,169,92); }
div.DivClassName
{
background-color: #92A95C;
}
.BgClassName
{
background-color: #92A95C;
}
</style>
border-color css
<style>
span { border-color: #92A95C; }
span { border-color: rgb(146,169,92); }
td.TdClassName
{
border-color: #92A95C;
}
.TagClassName
{
border-color: #92A95C;
}
</style>