Shades of Citron #809325
Tints of Citron #809325
RGB
CMYK
RGB Variations
Color information
#809325 (or 0x809325) is known color: Citron. HEX triplet: 80, 93 and 25. RGB value is (128,147,37). Sum of RGB (Red+Green+Blue) = 128+147+37=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #809325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809325 is #7F6CDA. Grayscale: #818181. Windows color (decimal): -8350939 or 2462592. OLE color: 2462592.
HSL color Cylindrical-coordinate representation of color #809325: hue angle of 70.36º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #809325 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 147 | 37 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.42 |
| HSL | 70.36º | 0.6% | 0.36% | - |
| HSV(B) | 70.36º | 0.75% | 0.58% | - |
| XYZ | 19.67 | 25.59 | 5.65 | - |
| YUV | 128.78 | 76.21 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 147 | 37 | 0.13 | 0 | 0.75 | 0.42 | 70.36 | 0.6 | 0.36 |
| Hex | 80 | 93 | 25 | D | 0 | 4B | 2A | 46 | 3C | 24 |
| Octal | 200 | 223 | 45 | 15 | 0 | 113 | 52 | 106 | 74 | 44 |
| Binary | 10000000 | 10010011 | 100101 | 1101 | 0 | 1001011 | 101010 | 1000110 | 111100 | 100100 |
Color Harmonies of #809325
Complementary color
Monochromatic Colors of #809325
Black with #809325
Text Example
Text Example
White with #809325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809325; }
p { color: rgb(128,147,37); }
H1.HeaderClassName
{
color: #809325;
}
.AnyTagClassName
{
color: #809325;
}
</style>
background-color css
<style>
a { background-color: #809325; }
a { background-color: rgb(128,147,37); }
div.DivClassName
{
background-color: #809325;
}
.BgClassName
{
background-color: #809325;
}
</style>
border-color css
<style>
span { border-color: #809325; }
span { border-color: rgb(128,147,37); }
td.TdClassName
{
border-color: #809325;
}
.TagClassName
{
border-color: #809325;
}
</style>