Shades of Citron #80981B
Tints of Citron #80981B
RGB
CMYK
RGB Variations
Color information
#80981B (or 0x80981B) is known color: Citron. HEX triplet: 80, 98 and 1B. RGB value is (128,152,27). Sum of RGB (Red+Green+Blue) = 128+152+27=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #80981B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80981B is #7F67E4. Grayscale: #838383. Windows color (decimal): -8349669 or 1808512. OLE color: 1808512.
HSL color Cylindrical-coordinate representation of color #80981B: hue angle of 71.52º degrees, saturation: 0.7, 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 #80981B is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 152 | 27 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.40 |
| HSL | 71.52º | 0.7% | 0.35% | - |
| HSV(B) | 71.52º | 0.82% | 0.6% | - |
| XYZ | 20.33 | 27.12 | 5.2 | - |
| YUV | 130.57 | 69.55 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 27 | 0.16 | 0 | 0.82 | 0.40 | 71.52 | 0.7 | 0.35 |
| Hex | 80 | 98 | 1B | 10 | 0 | 52 | 28 | 48 | 46 | 23 |
| Octal | 200 | 230 | 33 | 20 | 0 | 122 | 50 | 110 | 106 | 43 |
| Binary | 10000000 | 10011000 | 11011 | 10000 | 0 | 1010010 | 101000 | 1001000 | 1000110 | 100011 |
Color Harmonies of #80981B
Complementary color
Monochromatic Colors of #80981B
Black with #80981B
Text Example
Text Example
White with #80981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80981B; }
p { color: rgb(128,152,27); }
H1.HeaderClassName
{
color: #80981B;
}
.AnyTagClassName
{
color: #80981B;
}
</style>
background-color css
<style>
a { background-color: #80981B; }
a { background-color: rgb(128,152,27); }
div.DivClassName
{
background-color: #80981B;
}
.BgClassName
{
background-color: #80981B;
}
</style>
border-color css
<style>
span { border-color: #80981B; }
span { border-color: rgb(128,152,27); }
td.TdClassName
{
border-color: #80981B;
}
.TagClassName
{
border-color: #80981B;
}
</style>