Shades of Citron #869C26
Tints of Citron #869C26
RGB
CMYK
RGB Variations
Color information
#869C26 (or 0x869C26) is known color: Citron. HEX triplet: 86, 9C and 26. RGB value is (134,156,38). Sum of RGB (Red+Green+Blue) = 134+156+38=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 156 - color contains mainly: green. Hex color #869C26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869C26 is #7963D9. Grayscale: #888888. Windows color (decimal): -7955418 or 2530438. OLE color: 2530438.
HSL color Cylindrical-coordinate representation of color #869C26: hue angle of 71.19º degrees, saturation: 0.61, 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 #869C26 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 156 | 38 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.39 |
| HSL | 71.19º | 0.61% | 0.38% | - |
| HSV(B) | 71.19º | 0.76% | 0.61% | - |
| XYZ | 22.07 | 28.99 | 6.27 | - |
| YUV | 135.97 | 72.71 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 156 | 38 | 0.14 | 0 | 0.76 | 0.39 | 71.19 | 0.61 | 0.38 |
| Hex | 86 | 9C | 26 | E | 0 | 4C | 27 | 47 | 3D | 26 |
| Octal | 206 | 234 | 46 | 16 | 0 | 114 | 47 | 107 | 75 | 46 |
| Binary | 10000110 | 10011100 | 100110 | 1110 | 0 | 1001100 | 100111 | 1000111 | 111101 | 100110 |
Color Harmonies of #869C26
Complementary color
Monochromatic Colors of #869C26
Black with #869C26
Text Example
Text Example
White with #869C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869C26; }
p { color: rgb(134,156,38); }
H1.HeaderClassName
{
color: #869C26;
}
.AnyTagClassName
{
color: #869C26;
}
</style>
background-color css
<style>
a { background-color: #869C26; }
a { background-color: rgb(134,156,38); }
div.DivClassName
{
background-color: #869C26;
}
.BgClassName
{
background-color: #869C26;
}
</style>
border-color css
<style>
span { border-color: #869C26; }
span { border-color: rgb(134,156,38); }
td.TdClassName
{
border-color: #869C26;
}
.TagClassName
{
border-color: #869C26;
}
</style>