Shades of Citron #879F27
Tints of Citron #879F27
RGB
CMYK
RGB Variations
Color information
#879F27 (or 0x879F27) is known color: Citron. HEX triplet: 87, 9F and 27. RGB value is (135,159,39). Sum of RGB (Red+Green+Blue) = 135+159+39=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 159 - color contains mainly: green. Hex color #879F27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879F27 is #7860D8. Grayscale: #8A8A8A. Windows color (decimal): -7889113 or 2596743. OLE color: 2596743.
HSL color Cylindrical-coordinate representation of color #879F27: hue angle of 72º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #879F27 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 159 | 39 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.38 |
| HSL | 72º | 0.61% | 0.39% | - |
| HSV(B) | 72º | 0.75% | 0.62% | - |
| XYZ | 22.76 | 30.09 | 6.53 | - |
| YUV | 138.14 | 72.05 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 39 | 0.15 | 0 | 0.75 | 0.38 | 72 | 0.61 | 0.39 |
| Hex | 87 | 9F | 27 | F | 0 | 4B | 26 | 48 | 3D | 27 |
| Octal | 207 | 237 | 47 | 17 | 0 | 113 | 46 | 110 | 75 | 47 |
| Binary | 10000111 | 10011111 | 100111 | 1111 | 0 | 1001011 | 100110 | 1001000 | 111101 | 100111 |
Color Harmonies of #879F27
Complementary color
Monochromatic Colors of #879F27
Black with #879F27
Text Example
Text Example
White with #879F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879F27; }
p { color: rgb(135,159,39); }
H1.HeaderClassName
{
color: #879F27;
}
.AnyTagClassName
{
color: #879F27;
}
</style>
background-color css
<style>
a { background-color: #879F27; }
a { background-color: rgb(135,159,39); }
div.DivClassName
{
background-color: #879F27;
}
.BgClassName
{
background-color: #879F27;
}
</style>
border-color css
<style>
span { border-color: #879F27; }
span { border-color: rgb(135,159,39); }
td.TdClassName
{
border-color: #879F27;
}
.TagClassName
{
border-color: #879F27;
}
</style>