Shades of Citron #80981C
Tints of Citron #80981C
RGB
CMYK
RGB Variations
Color information
#80981C (or 0x80981C) is known color: Citron. HEX triplet: 80, 98 and 1C. RGB value is (128,152,28). Sum of RGB (Red+Green+Blue) = 128+152+28=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #80981C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80981C is #7F67E3. Grayscale: #838383. Windows color (decimal): -8349668 or 1874048. OLE color: 1874048.
HSL color Cylindrical-coordinate representation of color #80981C: hue angle of 71.61º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80981C is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 152 | 28 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.40 |
| HSL | 71.61º | 0.69% | 0.35% | - |
| HSV(B) | 71.61º | 0.82% | 0.6% | - |
| XYZ | 20.34 | 27.13 | 5.26 | - |
| YUV | 130.69 | 70.05 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 28 | 0.16 | 0 | 0.82 | 0.40 | 71.61 | 0.69 | 0.35 |
| Hex | 80 | 98 | 1C | 10 | 0 | 52 | 28 | 48 | 45 | 23 |
| Octal | 200 | 230 | 34 | 20 | 0 | 122 | 50 | 110 | 105 | 43 |
| Binary | 10000000 | 10011000 | 11100 | 10000 | 0 | 1010010 | 101000 | 1001000 | 1000101 | 100011 |
Color Harmonies of #80981C
Complementary color
Monochromatic Colors of #80981C
Black with #80981C
Text Example
Text Example
White with #80981C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80981C; }
p { color: rgb(128,152,28); }
H1.HeaderClassName
{
color: #80981C;
}
.AnyTagClassName
{
color: #80981C;
}
</style>
background-color css
<style>
a { background-color: #80981C; }
a { background-color: rgb(128,152,28); }
div.DivClassName
{
background-color: #80981C;
}
.BgClassName
{
background-color: #80981C;
}
</style>
border-color css
<style>
span { border-color: #80981C; }
span { border-color: rgb(128,152,28); }
td.TdClassName
{
border-color: #80981C;
}
.TagClassName
{
border-color: #80981C;
}
</style>