Shades of Citron #80990A
Tints of Citron #80990A
RGB
CMYK
RGB Variations
Color information
#80990A (or 0x80990A) is known color: Citron. HEX triplet: 80, 99 and 0A. RGB value is (128,153,10). Sum of RGB (Red+Green+Blue) = 128+153+10=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #80990A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80990A is #7F66F5. Grayscale: #818181. Windows color (decimal): -8349430 or 694656. OLE color: 694656.
HSL color Cylindrical-coordinate representation of color #80990A: hue angle of 70.49º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80990A is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 153 | 10 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.4 |
| HSL | 70.49º | 0.88% | 0.32% | - |
| HSV(B) | 70.49º | 0.93% | 0.6% | - |
| XYZ | 20.35 | 27.39 | 4.5 | - |
| YUV | 129.22 | 60.72 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 10 | 0.16 | 0 | 0.93 | 0.4 | 70.49 | 0.88 | 0.32 |
| Hex | 80 | 99 | A | 10 | 0 | 5D | 28 | 46 | 58 | 20 |
| Octal | 200 | 231 | 12 | 20 | 0 | 135 | 50 | 106 | 130 | 40 |
| Binary | 10000000 | 10011001 | 1010 | 10000 | 0 | 1011101 | 101000 | 1000110 | 1011000 | 100000 |
Color Harmonies of #80990A
Complementary color
Monochromatic Colors of #80990A
Black with #80990A
Text Example
Text Example
White with #80990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80990A; }
p { color: rgb(128,153,10); }
H1.HeaderClassName
{
color: #80990A;
}
.AnyTagClassName
{
color: #80990A;
}
</style>
background-color css
<style>
a { background-color: #80990A; }
a { background-color: rgb(128,153,10); }
div.DivClassName
{
background-color: #80990A;
}
.BgClassName
{
background-color: #80990A;
}
</style>
border-color css
<style>
span { border-color: #80990A; }
span { border-color: rgb(128,153,10); }
td.TdClassName
{
border-color: #80990A;
}
.TagClassName
{
border-color: #80990A;
}
</style>