Shades of Citron #80990F
Tints of Citron #80990F
RGB
CMYK
RGB Variations
Color information
#80990F (or 0x80990F) is known color: Citron. HEX triplet: 80, 99 and 0F. RGB value is (128,153,15). Sum of RGB (Red+Green+Blue) = 128+153+15=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #80990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80990F is #7F66F0. Grayscale: #828282. Windows color (decimal): -8349425 or 1022336. OLE color: 1022336.
HSL color Cylindrical-coordinate representation of color #80990F: hue angle of 70.87º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80990F is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 153 | 15 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.4 |
| HSL | 70.87º | 0.82% | 0.33% | - |
| HSV(B) | 70.87º | 0.9% | 0.6% | - |
| XYZ | 20.38 | 27.41 | 4.67 | - |
| YUV | 129.79 | 63.22 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 15 | 0.16 | 0 | 0.90 | 0.4 | 70.87 | 0.82 | 0.33 |
| Hex | 80 | 99 | F | 10 | 0 | 5A | 28 | 47 | 52 | 21 |
| Octal | 200 | 231 | 17 | 20 | 0 | 132 | 50 | 107 | 122 | 41 |
| Binary | 10000000 | 10011001 | 1111 | 10000 | 0 | 1011010 | 101000 | 1000111 | 1010010 | 100001 |
Color Harmonies of #80990F
Complementary color
Monochromatic Colors of #80990F
Black with #80990F
Text Example
Text Example
White with #80990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80990F; }
p { color: rgb(128,153,15); }
H1.HeaderClassName
{
color: #80990F;
}
.AnyTagClassName
{
color: #80990F;
}
</style>
background-color css
<style>
a { background-color: #80990F; }
a { background-color: rgb(128,153,15); }
div.DivClassName
{
background-color: #80990F;
}
.BgClassName
{
background-color: #80990F;
}
</style>
border-color css
<style>
span { border-color: #80990F; }
span { border-color: rgb(128,153,15); }
td.TdClassName
{
border-color: #80990F;
}
.TagClassName
{
border-color: #80990F;
}
</style>