Shades of Citron #879314
Tints of Citron #879314
RGB
CMYK
RGB Variations
Color information
#879314 (or 0x879314) is known color: Citron. HEX triplet: 87, 93 and 14. RGB value is (135,147,20). Sum of RGB (Red+Green+Blue) = 135+147+20=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #879314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #879314 is #786CEB. Grayscale: #818181. Windows color (decimal): -7892204 or 1348487. OLE color: 1348487.
HSL color Cylindrical-coordinate representation of color #879314: hue angle of 65.67º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #879314 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 147 | 20 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.42 |
| HSL | 65.67º | 0.76% | 0.33% | - |
| HSV(B) | 65.67º | 0.86% | 0.58% | - |
| XYZ | 20.55 | 26.07 | 4.61 | - |
| YUV | 128.93 | 66.52 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 147 | 20 | 0.08 | 0 | 0.86 | 0.42 | 65.67 | 0.76 | 0.33 |
| Hex | 87 | 93 | 14 | 8 | 0 | 56 | 2A | 42 | 4C | 21 |
| Octal | 207 | 223 | 24 | 10 | 0 | 126 | 52 | 102 | 114 | 41 |
| Binary | 10000111 | 10010011 | 10100 | 1000 | 0 | 1010110 | 101010 | 1000010 | 1001100 | 100001 |
Color Harmonies of #879314
Complementary color
Monochromatic Colors of #879314
Black with #879314
Text Example
Text Example
White with #879314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879314; }
p { color: rgb(135,147,20); }
H1.HeaderClassName
{
color: #879314;
}
.AnyTagClassName
{
color: #879314;
}
</style>
background-color css
<style>
a { background-color: #879314; }
a { background-color: rgb(135,147,20); }
div.DivClassName
{
background-color: #879314;
}
.BgClassName
{
background-color: #879314;
}
</style>
border-color css
<style>
span { border-color: #879314; }
span { border-color: rgb(135,147,20); }
td.TdClassName
{
border-color: #879314;
}
.TagClassName
{
border-color: #879314;
}
</style>