Shades of Citron #809819
Tints of Citron #809819
RGB
CMYK
RGB Variations
Color information
#809819 (or 0x809819) is known color: Citron. HEX triplet: 80, 98 and 19. RGB value is (128,152,25). Sum of RGB (Red+Green+Blue) = 128+152+25=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #809819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809819 is #7F67E6. Grayscale: #828282. Windows color (decimal): -8349671 or 1677440. OLE color: 1677440.
HSL color Cylindrical-coordinate representation of color #809819: hue angle of 71.34º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #809819 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 152 | 25 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.40 |
| HSL | 71.34º | 0.72% | 0.35% | - |
| HSV(B) | 71.34º | 0.84% | 0.6% | - |
| XYZ | 20.31 | 27.12 | 5.08 | - |
| YUV | 130.35 | 68.55 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 25 | 0.16 | 0 | 0.84 | 0.40 | 71.34 | 0.72 | 0.35 |
| Hex | 80 | 98 | 19 | 10 | 0 | 54 | 28 | 47 | 48 | 23 |
| Octal | 200 | 230 | 31 | 20 | 0 | 124 | 50 | 107 | 110 | 43 |
| Binary | 10000000 | 10011000 | 11001 | 10000 | 0 | 1010100 | 101000 | 1000111 | 1001000 | 100011 |
Color Harmonies of #809819
Complementary color
Monochromatic Colors of #809819
Black with #809819
Text Example
Text Example
White with #809819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809819; }
p { color: rgb(128,152,25); }
H1.HeaderClassName
{
color: #809819;
}
.AnyTagClassName
{
color: #809819;
}
</style>
background-color css
<style>
a { background-color: #809819; }
a { background-color: rgb(128,152,25); }
div.DivClassName
{
background-color: #809819;
}
.BgClassName
{
background-color: #809819;
}
</style>
border-color css
<style>
span { border-color: #809819; }
span { border-color: rgb(128,152,25); }
td.TdClassName
{
border-color: #809819;
}
.TagClassName
{
border-color: #809819;
}
</style>