Shades of Citron #80980C
Tints of Citron #80980C
RGB
CMYK
RGB Variations
Color information
#80980C (or 0x80980C) is known color: Citron. HEX triplet: 80, 98 and 0C. RGB value is (128,152,12). Sum of RGB (Red+Green+Blue) = 128+152+12=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #80980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80980C is #7F67F3. Grayscale: #818181. Windows color (decimal): -8349684 or 825472. OLE color: 825472.
HSL color Cylindrical-coordinate representation of color #80980C: hue angle of 70.29º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80980C is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 152 | 12 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.40 |
| HSL | 70.29º | 0.85% | 0.32% | - |
| HSV(B) | 70.29º | 0.92% | 0.6% | - |
| XYZ | 20.2 | 27.07 | 4.51 | - |
| YUV | 128.86 | 62.05 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 12 | 0.16 | 0 | 0.92 | 0.40 | 70.29 | 0.85 | 0.32 |
| Hex | 80 | 98 | C | 10 | 0 | 5C | 28 | 46 | 55 | 20 |
| Octal | 200 | 230 | 14 | 20 | 0 | 134 | 50 | 106 | 125 | 40 |
| Binary | 10000000 | 10011000 | 1100 | 10000 | 0 | 1011100 | 101000 | 1000110 | 1010101 | 100000 |
Color Harmonies of #80980C
Complementary color
Monochromatic Colors of #80980C
Black with #80980C
Text Example
Text Example
White with #80980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80980C; }
p { color: rgb(128,152,12); }
H1.HeaderClassName
{
color: #80980C;
}
.AnyTagClassName
{
color: #80980C;
}
</style>
background-color css
<style>
a { background-color: #80980C; }
a { background-color: rgb(128,152,12); }
div.DivClassName
{
background-color: #80980C;
}
.BgClassName
{
background-color: #80980C;
}
</style>
border-color css
<style>
span { border-color: #80980C; }
span { border-color: rgb(128,152,12); }
td.TdClassName
{
border-color: #80980C;
}
.TagClassName
{
border-color: #80980C;
}
</style>