Shades of Citron #80980B
Tints of Citron #80980B
RGB
CMYK
RGB Variations
Color information
#80980B (or 0x80980B) is known color: Citron. HEX triplet: 80, 98 and 0B. RGB value is (128,152,11). Sum of RGB (Red+Green+Blue) = 128+152+11=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #80980B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80980B is #7F67F4. Grayscale: #818181. Windows color (decimal): -8349685 or 759936. OLE color: 759936.
HSL color Cylindrical-coordinate representation of color #80980B: hue angle of 70.21º degrees, saturation: 0.87, 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 #80980B is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 152 | 11 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.40 |
| HSL | 70.21º | 0.87% | 0.32% | - |
| HSV(B) | 70.21º | 0.93% | 0.6% | - |
| XYZ | 20.19 | 27.07 | 4.48 | - |
| YUV | 128.75 | 61.55 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 11 | 0.16 | 0 | 0.93 | 0.40 | 70.21 | 0.87 | 0.32 |
| Hex | 80 | 98 | B | 10 | 0 | 5D | 28 | 46 | 57 | 20 |
| Octal | 200 | 230 | 13 | 20 | 0 | 135 | 50 | 106 | 127 | 40 |
| Binary | 10000000 | 10011000 | 1011 | 10000 | 0 | 1011101 | 101000 | 1000110 | 1010111 | 100000 |
Color Harmonies of #80980B
Complementary color
Monochromatic Colors of #80980B
Black with #80980B
Text Example
Text Example
White with #80980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80980B; }
p { color: rgb(128,152,11); }
H1.HeaderClassName
{
color: #80980B;
}
.AnyTagClassName
{
color: #80980B;
}
</style>
background-color css
<style>
a { background-color: #80980B; }
a { background-color: rgb(128,152,11); }
div.DivClassName
{
background-color: #80980B;
}
.BgClassName
{
background-color: #80980B;
}
</style>
border-color css
<style>
span { border-color: #80980B; }
span { border-color: rgb(128,152,11); }
td.TdClassName
{
border-color: #80980B;
}
.TagClassName
{
border-color: #80980B;
}
</style>