Shades of Citron #869D0A
Tints of Citron #869D0A
RGB
CMYK
RGB Variations
Color information
#869D0A (or 0x869D0A) is known color: Citron. HEX triplet: 86, 9D and 0A. RGB value is (134,157,10). Sum of RGB (Red+Green+Blue) = 134+157+10=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #869D0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869D0A is #7962F5. Grayscale: #858585. Windows color (decimal): -7955190 or 695686. OLE color: 695686.
HSL color Cylindrical-coordinate representation of color #869D0A: hue angle of 69.39º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #869D0A is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 157 | 10 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.38 |
| HSL | 69.39º | 0.88% | 0.33% | - |
| HSV(B) | 69.39º | 0.94% | 0.62% | - |
| XYZ | 21.94 | 29.2 | 4.77 | - |
| YUV | 133.37 | 58.38 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 10 | 0.15 | 0 | 0.94 | 0.38 | 69.39 | 0.88 | 0.33 |
| Hex | 86 | 9D | A | F | 0 | 5E | 26 | 45 | 58 | 21 |
| Octal | 206 | 235 | 12 | 17 | 0 | 136 | 46 | 105 | 130 | 41 |
| Binary | 10000110 | 10011101 | 1010 | 1111 | 0 | 1011110 | 100110 | 1000101 | 1011000 | 100001 |
Color Harmonies of #869D0A
Complementary color
Monochromatic Colors of #869D0A
Black with #869D0A
Text Example
Text Example
White with #869D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869D0A; }
p { color: rgb(134,157,10); }
H1.HeaderClassName
{
color: #869D0A;
}
.AnyTagClassName
{
color: #869D0A;
}
</style>
background-color css
<style>
a { background-color: #869D0A; }
a { background-color: rgb(134,157,10); }
div.DivClassName
{
background-color: #869D0A;
}
.BgClassName
{
background-color: #869D0A;
}
</style>
border-color css
<style>
span { border-color: #869D0A; }
span { border-color: rgb(134,157,10); }
td.TdClassName
{
border-color: #869D0A;
}
.TagClassName
{
border-color: #869D0A;
}
</style>