Shades of Citron #92A232
Tints of Citron #92A232
RGB
CMYK
RGB Variations
Color information
#92A232 (or 0x92A232) is known color: Citron. HEX triplet: 92, A2 and 32. RGB value is (146,162,50). Sum of RGB (Red+Green+Blue) = 146+162+50=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #92A232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A232 is #6D5DCD. Grayscale: #909090. Windows color (decimal): -7167438 or 3318418. OLE color: 3318418.
HSL color Cylindrical-coordinate representation of color #92A232: hue angle of 68.57º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #92A232 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 162 | 50 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.36 |
| HSL | 68.57º | 0.53% | 0.42% | - |
| HSV(B) | 68.57º | 0.69% | 0.64% | - |
| XYZ | 25.35 | 32.18 | 7.89 | - |
| YUV | 144.45 | 74.7 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 162 | 50 | 0.10 | 0 | 0.69 | 0.36 | 68.57 | 0.53 | 0.42 |
| Hex | 92 | A2 | 32 | A | 0 | 45 | 24 | 45 | 35 | 2A |
| Octal | 222 | 242 | 62 | 12 | 0 | 105 | 44 | 105 | 65 | 52 |
| Binary | 10010010 | 10100010 | 110010 | 1010 | 0 | 1000101 | 100100 | 1000101 | 110101 | 101010 |
Color Harmonies of #92A232
Complementary color
Monochromatic Colors of #92A232
Black with #92A232
Text Example
Text Example
White with #92A232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A232; }
p { color: rgb(146,162,50); }
H1.HeaderClassName
{
color: #92A232;
}
.AnyTagClassName
{
color: #92A232;
}
</style>
background-color css
<style>
a { background-color: #92A232; }
a { background-color: rgb(146,162,50); }
div.DivClassName
{
background-color: #92A232;
}
.BgClassName
{
background-color: #92A232;
}
</style>
border-color css
<style>
span { border-color: #92A232; }
span { border-color: rgb(146,162,50); }
td.TdClassName
{
border-color: #92A232;
}
.TagClassName
{
border-color: #92A232;
}
</style>