Shades of Citron #879313
Tints of Citron #879313
RGB
CMYK
RGB Variations
Color information
#879313 (or 0x879313) is known color: Citron. HEX triplet: 87, 93 and 13. RGB value is (135,147,19). Sum of RGB (Red+Green+Blue) = 135+147+19=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #879313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #879313 is #786CEC. Grayscale: #818181. Windows color (decimal): -7892205 or 1282951. OLE color: 1282951.
HSL color Cylindrical-coordinate representation of color #879313: hue angle of 65.62º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #879313 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 147 | 19 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.42 |
| HSL | 65.63º | 0.77% | 0.33% | - |
| HSV(B) | 65.63º | 0.87% | 0.58% | - |
| XYZ | 20.54 | 26.07 | 4.56 | - |
| YUV | 128.82 | 66.02 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 147 | 19 | 0.08 | 0 | 0.87 | 0.42 | 65.63 | 0.77 | 0.33 |
| Hex | 87 | 93 | 13 | 8 | 0 | 57 | 2A | 42 | 4D | 21 |
| Octal | 207 | 223 | 23 | 10 | 0 | 127 | 52 | 102 | 115 | 41 |
| Binary | 10000111 | 10010011 | 10011 | 1000 | 0 | 1010111 | 101010 | 1000010 | 1001101 | 100001 |
Color Harmonies of #879313
Complementary color
Monochromatic Colors of #879313
Black with #879313
Text Example
Text Example
White with #879313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879313; }
p { color: rgb(135,147,19); }
H1.HeaderClassName
{
color: #879313;
}
.AnyTagClassName
{
color: #879313;
}
</style>
background-color css
<style>
a { background-color: #879313; }
a { background-color: rgb(135,147,19); }
div.DivClassName
{
background-color: #879313;
}
.BgClassName
{
background-color: #879313;
}
</style>
border-color css
<style>
span { border-color: #879313; }
span { border-color: rgb(135,147,19); }
td.TdClassName
{
border-color: #879313;
}
.TagClassName
{
border-color: #879313;
}
</style>