Shades of Citron #809C1C
Tints of Citron #809C1C
RGB
CMYK
RGB Variations
Color information
#809C1C (or 0x809C1C) is known color: Citron. HEX triplet: 80, 9C and 1C. RGB value is (128,156,28). Sum of RGB (Red+Green+Blue) = 128+156+28=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #809C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809C1C is #7F63E3. Grayscale: #858585. Windows color (decimal): -8348644 or 1875072. OLE color: 1875072.
HSL color Cylindrical-coordinate representation of color #809C1C: hue angle of 73.12º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #809C1C is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 156 | 28 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.39 |
| HSL | 73.13º | 0.7% | 0.36% | - |
| HSV(B) | 73.13º | 0.82% | 0.61% | - |
| XYZ | 21 | 28.45 | 5.48 | - |
| YUV | 133.04 | 68.72 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 156 | 28 | 0.18 | 0 | 0.82 | 0.39 | 73.13 | 0.7 | 0.36 |
| Hex | 80 | 9C | 1C | 12 | 0 | 52 | 27 | 49 | 46 | 24 |
| Octal | 200 | 234 | 34 | 22 | 0 | 122 | 47 | 111 | 106 | 44 |
| Binary | 10000000 | 10011100 | 11100 | 10010 | 0 | 1010010 | 100111 | 1001001 | 1000110 | 100100 |
Color Harmonies of #809C1C
Complementary color
Monochromatic Colors of #809C1C
Black with #809C1C
Text Example
Text Example
White with #809C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809C1C; }
p { color: rgb(128,156,28); }
H1.HeaderClassName
{
color: #809C1C;
}
.AnyTagClassName
{
color: #809C1C;
}
</style>
background-color css
<style>
a { background-color: #809C1C; }
a { background-color: rgb(128,156,28); }
div.DivClassName
{
background-color: #809C1C;
}
.BgClassName
{
background-color: #809C1C;
}
</style>
border-color css
<style>
span { border-color: #809C1C; }
span { border-color: rgb(128,156,28); }
td.TdClassName
{
border-color: #809C1C;
}
.TagClassName
{
border-color: #809C1C;
}
</style>