Shades of Citron #80920F
Tints of Citron #80920F
RGB
CMYK
RGB Variations
Color information
#80920F (or 0x80920F) is known color: Citron. HEX triplet: 80, 92 and 0F. RGB value is (128,146,15). Sum of RGB (Red+Green+Blue) = 128+146+15=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #80920F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80920F is #7F6DF0. Grayscale: #7E7E7E. Windows color (decimal): -8351217 or 1020544. OLE color: 1020544.
HSL color Cylindrical-coordinate representation of color #80920F: hue angle of 68.24º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80920F is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 146 | 15 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.43 |
| HSL | 68.24º | 0.81% | 0.32% | - |
| HSV(B) | 68.24º | 0.9% | 0.57% | - |
| XYZ | 19.27 | 25.18 | 4.3 | - |
| YUV | 125.68 | 65.54 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 146 | 15 | 0.12 | 0 | 0.90 | 0.43 | 68.24 | 0.81 | 0.32 |
| Hex | 80 | 92 | F | C | 0 | 5A | 2B | 44 | 51 | 20 |
| Octal | 200 | 222 | 17 | 14 | 0 | 132 | 53 | 104 | 121 | 40 |
| Binary | 10000000 | 10010010 | 1111 | 1100 | 0 | 1011010 | 101011 | 1000100 | 1010001 | 100000 |
Color Harmonies of #80920F
Complementary color
Monochromatic Colors of #80920F
Black with #80920F
Text Example
Text Example
White with #80920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80920F; }
p { color: rgb(128,146,15); }
H1.HeaderClassName
{
color: #80920F;
}
.AnyTagClassName
{
color: #80920F;
}
</style>
background-color css
<style>
a { background-color: #80920F; }
a { background-color: rgb(128,146,15); }
div.DivClassName
{
background-color: #80920F;
}
.BgClassName
{
background-color: #80920F;
}
</style>
border-color css
<style>
span { border-color: #80920F; }
span { border-color: rgb(128,146,15); }
td.TdClassName
{
border-color: #80920F;
}
.TagClassName
{
border-color: #80920F;
}
</style>