Shades of Citron #869B15
Tints of Citron #869B15
RGB
CMYK
RGB Variations
Color information
#869B15 (or 0x869B15) is known color: Citron. HEX triplet: 86, 9B and 15. RGB value is (134,155,21). Sum of RGB (Red+Green+Blue) = 134+155+21=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #869B15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869B15 is #7964EA. Grayscale: #858585. Windows color (decimal): -7955691 or 1416070. OLE color: 1416070.
HSL color Cylindrical-coordinate representation of color #869B15: hue angle of 69.4º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #869B15 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 155 | 21 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.39 |
| HSL | 69.4º | 0.76% | 0.35% | - |
| HSV(B) | 69.4º | 0.86% | 0.61% | - |
| XYZ | 21.69 | 28.57 | 5.08 | - |
| YUV | 133.45 | 64.54 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 21 | 0.14 | 0 | 0.86 | 0.39 | 69.4 | 0.76 | 0.35 |
| Hex | 86 | 9B | 15 | E | 0 | 56 | 27 | 45 | 4C | 23 |
| Octal | 206 | 233 | 25 | 16 | 0 | 126 | 47 | 105 | 114 | 43 |
| Binary | 10000110 | 10011011 | 10101 | 1110 | 0 | 1010110 | 100111 | 1000101 | 1001100 | 100011 |
Color Harmonies of #869B15
Complementary color
Monochromatic Colors of #869B15
Black with #869B15
Text Example
Text Example
White with #869B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869B15; }
p { color: rgb(134,155,21); }
H1.HeaderClassName
{
color: #869B15;
}
.AnyTagClassName
{
color: #869B15;
}
</style>
background-color css
<style>
a { background-color: #869B15; }
a { background-color: rgb(134,155,21); }
div.DivClassName
{
background-color: #869B15;
}
.BgClassName
{
background-color: #869B15;
}
</style>
border-color css
<style>
span { border-color: #869B15; }
span { border-color: rgb(134,155,21); }
td.TdClassName
{
border-color: #869B15;
}
.TagClassName
{
border-color: #869B15;
}
</style>