Shades of Citron #80920E
Tints of Citron #80920E
RGB
CMYK
RGB Variations
Color information
#80920E (or 0x80920E) is known color: Citron. HEX triplet: 80, 92 and 0E. RGB value is (128,146,14). Sum of RGB (Red+Green+Blue) = 128+146+14=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #80920E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80920E is #7F6DF1. Grayscale: #7E7E7E. Windows color (decimal): -8351218 or 955008. OLE color: 955008.
HSL color Cylindrical-coordinate representation of color #80920E: hue angle of 68.18º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80920E is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 146 | 14 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.43 |
| HSL | 68.18º | 0.83% | 0.31% | - |
| HSV(B) | 68.18º | 0.9% | 0.57% | - |
| XYZ | 19.26 | 25.18 | 4.26 | - |
| YUV | 125.57 | 65.04 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 146 | 14 | 0.12 | 0 | 0.90 | 0.43 | 68.18 | 0.83 | 0.31 |
| Hex | 80 | 92 | E | C | 0 | 5A | 2B | 44 | 52 | 1F |
| Octal | 200 | 222 | 16 | 14 | 0 | 132 | 53 | 104 | 122 | 37 |
| Binary | 10000000 | 10010010 | 1110 | 1100 | 0 | 1011010 | 101011 | 1000100 | 1010010 | 11111 |
Color Harmonies of #80920E
Complementary color
Monochromatic Colors of #80920E
Black with #80920E
Text Example
Text Example
White with #80920E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80920E; }
p { color: rgb(128,146,14); }
H1.HeaderClassName
{
color: #80920E;
}
.AnyTagClassName
{
color: #80920E;
}
</style>
background-color css
<style>
a { background-color: #80920E; }
a { background-color: rgb(128,146,14); }
div.DivClassName
{
background-color: #80920E;
}
.BgClassName
{
background-color: #80920E;
}
</style>
border-color css
<style>
span { border-color: #80920E; }
span { border-color: rgb(128,146,14); }
td.TdClassName
{
border-color: #80920E;
}
.TagClassName
{
border-color: #80920E;
}
</style>