Shades of Citron #869D24
Tints of Citron #869D24
RGB
CMYK
RGB Variations
Color information
#869D24 (or 0x869D24) is known color: Citron. HEX triplet: 86, 9D and 24. RGB value is (134,157,36). Sum of RGB (Red+Green+Blue) = 134+157+36=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 157 - color contains mainly: green. Hex color #869D24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869D24 is #7962DB. Grayscale: #888888. Windows color (decimal): -7955164 or 2399622. OLE color: 2399622.
HSL color Cylindrical-coordinate representation of color #869D24: hue angle of 71.4º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #869D24 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 157 | 36 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.38 |
| HSL | 71.4º | 0.63% | 0.38% | - |
| HSV(B) | 71.4º | 0.77% | 0.62% | - |
| XYZ | 22.21 | 29.31 | 6.16 | - |
| YUV | 136.33 | 71.38 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 36 | 0.15 | 0 | 0.77 | 0.38 | 71.4 | 0.63 | 0.38 |
| Hex | 86 | 9D | 24 | F | 0 | 4D | 26 | 47 | 3F | 26 |
| Octal | 206 | 235 | 44 | 17 | 0 | 115 | 46 | 107 | 77 | 46 |
| Binary | 10000110 | 10011101 | 100100 | 1111 | 0 | 1001101 | 100110 | 1000111 | 111111 | 100110 |
Color Harmonies of #869D24
Complementary color
Monochromatic Colors of #869D24
Black with #869D24
Text Example
Text Example
White with #869D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869D24; }
p { color: rgb(134,157,36); }
H1.HeaderClassName
{
color: #869D24;
}
.AnyTagClassName
{
color: #869D24;
}
</style>
background-color css
<style>
a { background-color: #869D24; }
a { background-color: rgb(134,157,36); }
div.DivClassName
{
background-color: #869D24;
}
.BgClassName
{
background-color: #869D24;
}
</style>
border-color css
<style>
span { border-color: #869D24; }
span { border-color: rgb(134,157,36); }
td.TdClassName
{
border-color: #869D24;
}
.TagClassName
{
border-color: #869D24;
}
</style>