Shades of Citron #809A0F
Tints of Citron #809A0F
RGB
CMYK
RGB Variations
Color information
#809A0F (or 0x809A0F) is known color: Citron. HEX triplet: 80, 9A and 0F. RGB value is (128,154,15). Sum of RGB (Red+Green+Blue) = 128+154+15=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 154 (60.55% from 255 or 51.85% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 154 - color contains mainly: green. Hex color #809A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809A0F is #7F65F0. Grayscale: #828282. Windows color (decimal): -8349169 or 1022592. OLE color: 1022592.
HSL color Cylindrical-coordinate representation of color #809A0F: hue angle of 71.22º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #809A0F is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 154 | 15 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.40 |
| HSL | 71.22º | 0.82% | 0.33% | - |
| HSV(B) | 71.22º | 0.9% | 0.6% | - |
| XYZ | 20.54 | 27.73 | 4.72 | - |
| YUV | 130.38 | 62.89 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 154 | 15 | 0.17 | 0 | 0.90 | 0.40 | 71.22 | 0.82 | 0.33 |
| Hex | 80 | 9A | F | 11 | 0 | 5A | 28 | 47 | 52 | 21 |
| Octal | 200 | 232 | 17 | 21 | 0 | 132 | 50 | 107 | 122 | 41 |
| Binary | 10000000 | 10011010 | 1111 | 10001 | 0 | 1011010 | 101000 | 1000111 | 1010010 | 100001 |
Color Harmonies of #809A0F
Complementary color
Monochromatic Colors of #809A0F
Black with #809A0F
Text Example
Text Example
White with #809A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809A0F; }
p { color: rgb(128,154,15); }
H1.HeaderClassName
{
color: #809A0F;
}
.AnyTagClassName
{
color: #809A0F;
}
</style>
background-color css
<style>
a { background-color: #809A0F; }
a { background-color: rgb(128,154,15); }
div.DivClassName
{
background-color: #809A0F;
}
.BgClassName
{
background-color: #809A0F;
}
</style>
border-color css
<style>
span { border-color: #809A0F; }
span { border-color: rgb(128,154,15); }
td.TdClassName
{
border-color: #809A0F;
}
.TagClassName
{
border-color: #809A0F;
}
</style>