Shades of Citron #869A09
Tints of Citron #869A09
RGB
CMYK
RGB Variations
Color information
#869A09 (or 0x869A09) is known color: Citron. HEX triplet: 86, 9A and 09. RGB value is (134,154,9). Sum of RGB (Red+Green+Blue) = 134+154+9=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 154 (60.55% from 255 or 51.85% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 154 - color contains mainly: green. Hex color #869A09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869A09 is #7965F6. Grayscale: #848484. Windows color (decimal): -7955959 or 629382. OLE color: 629382.
HSL color Cylindrical-coordinate representation of color #869A09: hue angle of 68.28º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #869A09 is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 154 | 9 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.40 |
| HSL | 68.28º | 0.89% | 0.32% | - |
| HSV(B) | 68.28º | 0.94% | 0.6% | - |
| XYZ | 21.44 | 28.2 | 4.57 | - |
| YUV | 131.49 | 58.87 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 154 | 9 | 0.13 | 0 | 0.94 | 0.40 | 68.28 | 0.89 | 0.32 |
| Hex | 86 | 9A | 9 | D | 0 | 5E | 28 | 44 | 59 | 20 |
| Octal | 206 | 232 | 11 | 15 | 0 | 136 | 50 | 104 | 131 | 40 |
| Binary | 10000110 | 10011010 | 1001 | 1101 | 0 | 1011110 | 101000 | 1000100 | 1011001 | 100000 |
Color Harmonies of #869A09
Complementary color
Monochromatic Colors of #869A09
Black with #869A09
Text Example
Text Example
White with #869A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869A09; }
p { color: rgb(134,154,9); }
H1.HeaderClassName
{
color: #869A09;
}
.AnyTagClassName
{
color: #869A09;
}
</style>
background-color css
<style>
a { background-color: #869A09; }
a { background-color: rgb(134,154,9); }
div.DivClassName
{
background-color: #869A09;
}
.BgClassName
{
background-color: #869A09;
}
</style>
border-color css
<style>
span { border-color: #869A09; }
span { border-color: rgb(134,154,9); }
td.TdClassName
{
border-color: #869A09;
}
.TagClassName
{
border-color: #869A09;
}
</style>