Shades of Citron #869C20
Tints of Citron #869C20
RGB
CMYK
RGB Variations
Color information
#869C20 (or 0x869C20) is known color: Citron. HEX triplet: 86, 9C and 20. RGB value is (134,156,32). Sum of RGB (Red+Green+Blue) = 134+156+32=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #869C20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869C20 is #7963DF. Grayscale: #878787. Windows color (decimal): -7955424 or 2137222. OLE color: 2137222.
HSL color Cylindrical-coordinate representation of color #869C20: hue angle of 70.65º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #869C20 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 156 | 32 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.39 |
| HSL | 70.65º | 0.66% | 0.37% | - |
| HSV(B) | 70.65º | 0.79% | 0.61% | - |
| XYZ | 21.98 | 28.95 | 5.8 | - |
| YUV | 135.29 | 69.71 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 156 | 32 | 0.14 | 0 | 0.79 | 0.39 | 70.65 | 0.66 | 0.37 |
| Hex | 86 | 9C | 20 | E | 0 | 4F | 27 | 47 | 42 | 25 |
| Octal | 206 | 234 | 40 | 16 | 0 | 117 | 47 | 107 | 102 | 45 |
| Binary | 10000110 | 10011100 | 100000 | 1110 | 0 | 1001111 | 100111 | 1000111 | 1000010 | 100101 |
Color Harmonies of #869C20
Complementary color
Monochromatic Colors of #869C20
Black with #869C20
Text Example
Text Example
White with #869C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869C20; }
p { color: rgb(134,156,32); }
H1.HeaderClassName
{
color: #869C20;
}
.AnyTagClassName
{
color: #869C20;
}
</style>
background-color css
<style>
a { background-color: #869C20; }
a { background-color: rgb(134,156,32); }
div.DivClassName
{
background-color: #869C20;
}
.BgClassName
{
background-color: #869C20;
}
</style>
border-color css
<style>
span { border-color: #869C20; }
span { border-color: rgb(134,156,32); }
td.TdClassName
{
border-color: #869C20;
}
.TagClassName
{
border-color: #869C20;
}
</style>