Shades of Citron #869C25
Tints of Citron #869C25
RGB
CMYK
RGB Variations
Color information
#869C25 (or 0x869C25) is known color: Citron. HEX triplet: 86, 9C and 25. RGB value is (134,156,37). Sum of RGB (Red+Green+Blue) = 134+156+37=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 156 - color contains mainly: green. Hex color #869C25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869C25 is #7963DA. Grayscale: #888888. Windows color (decimal): -7955419 or 2464902. OLE color: 2464902.
HSL color Cylindrical-coordinate representation of color #869C25: hue angle of 71.09º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #869C25 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 156 | 37 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.39 |
| HSL | 71.09º | 0.62% | 0.38% | - |
| HSV(B) | 71.09º | 0.76% | 0.61% | - |
| XYZ | 22.05 | 28.98 | 6.18 | - |
| YUV | 135.86 | 72.21 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 156 | 37 | 0.14 | 0 | 0.76 | 0.39 | 71.09 | 0.62 | 0.38 |
| Hex | 86 | 9C | 25 | E | 0 | 4C | 27 | 47 | 3E | 26 |
| Octal | 206 | 234 | 45 | 16 | 0 | 114 | 47 | 107 | 76 | 46 |
| Binary | 10000110 | 10011100 | 100101 | 1110 | 0 | 1001100 | 100111 | 1000111 | 111110 | 100110 |
Color Harmonies of #869C25
Complementary color
Monochromatic Colors of #869C25
Black with #869C25
Text Example
Text Example
White with #869C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869C25; }
p { color: rgb(134,156,37); }
H1.HeaderClassName
{
color: #869C25;
}
.AnyTagClassName
{
color: #869C25;
}
</style>
background-color css
<style>
a { background-color: #869C25; }
a { background-color: rgb(134,156,37); }
div.DivClassName
{
background-color: #869C25;
}
.BgClassName
{
background-color: #869C25;
}
</style>
border-color css
<style>
span { border-color: #869C25; }
span { border-color: rgb(134,156,37); }
td.TdClassName
{
border-color: #869C25;
}
.TagClassName
{
border-color: #869C25;
}
</style>