Shades of Citron #809C1A
Tints of Citron #809C1A
RGB
CMYK
RGB Variations
Color information
#809C1A (or 0x809C1A) is known color: Citron. HEX triplet: 80, 9C and 1A. RGB value is (128,156,26). Sum of RGB (Red+Green+Blue) = 128+156+26=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #809C1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809C1A is #7F63E5. Grayscale: #858585. Windows color (decimal): -8348646 or 1744000. OLE color: 1744000.
HSL color Cylindrical-coordinate representation of color #809C1A: hue angle of 72.92º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #809C1A is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 156 | 26 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.39 |
| HSL | 72.92º | 0.71% | 0.36% | - |
| HSV(B) | 72.92º | 0.83% | 0.61% | - |
| XYZ | 20.98 | 28.44 | 5.36 | - |
| YUV | 132.81 | 67.72 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 156 | 26 | 0.18 | 0 | 0.83 | 0.39 | 72.92 | 0.71 | 0.36 |
| Hex | 80 | 9C | 1A | 12 | 0 | 53 | 27 | 49 | 47 | 24 |
| Octal | 200 | 234 | 32 | 22 | 0 | 123 | 47 | 111 | 107 | 44 |
| Binary | 10000000 | 10011100 | 11010 | 10010 | 0 | 1010011 | 100111 | 1001001 | 1000111 | 100100 |
Color Harmonies of #809C1A
Complementary color
Monochromatic Colors of #809C1A
Black with #809C1A
Text Example
Text Example
White with #809C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809C1A; }
p { color: rgb(128,156,26); }
H1.HeaderClassName
{
color: #809C1A;
}
.AnyTagClassName
{
color: #809C1A;
}
</style>
background-color css
<style>
a { background-color: #809C1A; }
a { background-color: rgb(128,156,26); }
div.DivClassName
{
background-color: #809C1A;
}
.BgClassName
{
background-color: #809C1A;
}
</style>
border-color css
<style>
span { border-color: #809C1A; }
span { border-color: rgb(128,156,26); }
td.TdClassName
{
border-color: #809C1A;
}
.TagClassName
{
border-color: #809C1A;
}
</style>