Shades of Citron #869D10
Tints of Citron #869D10
RGB
CMYK
RGB Variations
Color information
#869D10 (or 0x869D10) is known color: Citron. HEX triplet: 86, 9D and 10. RGB value is (134,157,16). Sum of RGB (Red+Green+Blue) = 134+157+16=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #869D10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869D10 is #7962EF. Grayscale: #868686. Windows color (decimal): -7955184 or 1088902. OLE color: 1088902.
HSL color Cylindrical-coordinate representation of color #869D10: hue angle of 69.79º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #869D10 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 157 | 16 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.38 |
| HSL | 69.79º | 0.82% | 0.34% | - |
| HSV(B) | 69.79º | 0.9% | 0.62% | - |
| XYZ | 21.98 | 29.22 | 4.97 | - |
| YUV | 134.05 | 61.38 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 16 | 0.15 | 0 | 0.90 | 0.38 | 69.79 | 0.82 | 0.34 |
| Hex | 86 | 9D | 10 | F | 0 | 5A | 26 | 46 | 52 | 22 |
| Octal | 206 | 235 | 20 | 17 | 0 | 132 | 46 | 106 | 122 | 42 |
| Binary | 10000110 | 10011101 | 10000 | 1111 | 0 | 1011010 | 100110 | 1000110 | 1010010 | 100010 |
Color Harmonies of #869D10
Complementary color
Monochromatic Colors of #869D10
Black with #869D10
Text Example
Text Example
White with #869D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869D10; }
p { color: rgb(134,157,16); }
H1.HeaderClassName
{
color: #869D10;
}
.AnyTagClassName
{
color: #869D10;
}
</style>
background-color css
<style>
a { background-color: #869D10; }
a { background-color: rgb(134,157,16); }
div.DivClassName
{
background-color: #869D10;
}
.BgClassName
{
background-color: #869D10;
}
</style>
border-color css
<style>
span { border-color: #869D10; }
span { border-color: rgb(134,157,16); }
td.TdClassName
{
border-color: #869D10;
}
.TagClassName
{
border-color: #869D10;
}
</style>