Shades of Citron #869B09
Tints of Citron #869B09
RGB
CMYK
RGB Variations
Color information
#869B09 (or 0x869B09) is known color: Citron. HEX triplet: 86, 9B and 09. RGB value is (134,155,9). Sum of RGB (Red+Green+Blue) = 134+155+9=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 155 (60.94% from 255 or 52.01% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 155 - color contains mainly: green. Hex color #869B09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869B09 is #7964F6. Grayscale: #848484. Windows color (decimal): -7955703 or 629638. OLE color: 629638.
HSL color Cylindrical-coordinate representation of color #869B09: hue angle of 68.63º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #869B09 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 155 | 9 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.39 |
| HSL | 68.63º | 0.89% | 0.32% | - |
| HSV(B) | 68.63º | 0.94% | 0.61% | - |
| XYZ | 21.6 | 28.53 | 4.63 | - |
| YUV | 132.08 | 58.54 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 9 | 0.14 | 0 | 0.94 | 0.39 | 68.63 | 0.89 | 0.32 |
| Hex | 86 | 9B | 9 | E | 0 | 5E | 27 | 45 | 59 | 20 |
| Octal | 206 | 233 | 11 | 16 | 0 | 136 | 47 | 105 | 131 | 40 |
| Binary | 10000110 | 10011011 | 1001 | 1110 | 0 | 1011110 | 100111 | 1000101 | 1011001 | 100000 |
Color Harmonies of #869B09
Complementary color
Monochromatic Colors of #869B09
Black with #869B09
Text Example
Text Example
White with #869B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869B09; }
p { color: rgb(134,155,9); }
H1.HeaderClassName
{
color: #869B09;
}
.AnyTagClassName
{
color: #869B09;
}
</style>
background-color css
<style>
a { background-color: #869B09; }
a { background-color: rgb(134,155,9); }
div.DivClassName
{
background-color: #869B09;
}
.BgClassName
{
background-color: #869B09;
}
</style>
border-color css
<style>
span { border-color: #869B09; }
span { border-color: rgb(134,155,9); }
td.TdClassName
{
border-color: #869B09;
}
.TagClassName
{
border-color: #869B09;
}
</style>