Shades of Citron #879121
Tints of Citron #879121
RGB
CMYK
RGB Variations
Color information
#879121 (or 0x879121) is known color: Citron. HEX triplet: 87, 91 and 21. RGB value is (135,145,33). Sum of RGB (Red+Green+Blue) = 135+145+33=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #879121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879121 is #786EDE. Grayscale: #818181. Windows color (decimal): -7892703 or 2199943. OLE color: 2199943.
HSL color Cylindrical-coordinate representation of color #879121: hue angle of 65.36º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #879121 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 145 | 33 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.43 |
| HSL | 65.36º | 0.63% | 0.35% | - |
| HSV(B) | 65.36º | 0.77% | 0.57% | - |
| XYZ | 20.39 | 25.51 | 5.29 | - |
| YUV | 129.24 | 73.69 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 145 | 33 | 0.07 | 0 | 0.77 | 0.43 | 65.36 | 0.63 | 0.35 |
| Hex | 87 | 91 | 21 | 7 | 0 | 4D | 2B | 41 | 3F | 23 |
| Octal | 207 | 221 | 41 | 7 | 0 | 115 | 53 | 101 | 77 | 43 |
| Binary | 10000111 | 10010001 | 100001 | 111 | 0 | 1001101 | 101011 | 1000001 | 111111 | 100011 |
Color Harmonies of #879121
Complementary color
Monochromatic Colors of #879121
Black with #879121
Text Example
Text Example
White with #879121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879121; }
p { color: rgb(135,145,33); }
H1.HeaderClassName
{
color: #879121;
}
.AnyTagClassName
{
color: #879121;
}
</style>
background-color css
<style>
a { background-color: #879121; }
a { background-color: rgb(135,145,33); }
div.DivClassName
{
background-color: #879121;
}
.BgClassName
{
background-color: #879121;
}
</style>
border-color css
<style>
span { border-color: #879121; }
span { border-color: rgb(135,145,33); }
td.TdClassName
{
border-color: #879121;
}
.TagClassName
{
border-color: #879121;
}
</style>