Shades of Citron #809322
Tints of Citron #809322
RGB
CMYK
RGB Variations
Color information
#809322 (or 0x809322) is known color: Citron. HEX triplet: 80, 93 and 22. RGB value is (128,147,34). Sum of RGB (Red+Green+Blue) = 128+147+34=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #809322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809322 is #7F6CDD. Grayscale: #808080. Windows color (decimal): -8350942 or 2265984. OLE color: 2265984.
HSL color Cylindrical-coordinate representation of color #809322: hue angle of 70.09º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #809322 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 147 | 34 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.42 |
| HSL | 70.09º | 0.62% | 0.35% | - |
| HSV(B) | 70.09º | 0.77% | 0.58% | - |
| XYZ | 19.62 | 25.57 | 5.41 | - |
| YUV | 128.44 | 74.71 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 147 | 34 | 0.13 | 0 | 0.77 | 0.42 | 70.09 | 0.62 | 0.35 |
| Hex | 80 | 93 | 22 | D | 0 | 4D | 2A | 46 | 3E | 23 |
| Octal | 200 | 223 | 42 | 15 | 0 | 115 | 52 | 106 | 76 | 43 |
| Binary | 10000000 | 10010011 | 100010 | 1101 | 0 | 1001101 | 101010 | 1000110 | 111110 | 100011 |
Color Harmonies of #809322
Complementary color
Monochromatic Colors of #809322
Black with #809322
Text Example
Text Example
White with #809322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809322; }
p { color: rgb(128,147,34); }
H1.HeaderClassName
{
color: #809322;
}
.AnyTagClassName
{
color: #809322;
}
</style>
background-color css
<style>
a { background-color: #809322; }
a { background-color: rgb(128,147,34); }
div.DivClassName
{
background-color: #809322;
}
.BgClassName
{
background-color: #809322;
}
</style>
border-color css
<style>
span { border-color: #809322; }
span { border-color: rgb(128,147,34); }
td.TdClassName
{
border-color: #809322;
}
.TagClassName
{
border-color: #809322;
}
</style>