Shades of Citron #879524
Tints of Citron #879524
RGB
CMYK
RGB Variations
Color information
#879524 (or 0x879524) is known color: Citron. HEX triplet: 87, 95 and 24. RGB value is (135,149,36). Sum of RGB (Red+Green+Blue) = 135+149+36=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #879524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879524 is #786ADB. Grayscale: #848484. Windows color (decimal): -7891676 or 2397575. OLE color: 2397575.
HSL color Cylindrical-coordinate representation of color #879524: hue angle of 67.43º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #879524 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 149 | 36 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.42 |
| HSL | 67.43º | 0.61% | 0.36% | - |
| HSV(B) | 67.43º | 0.76% | 0.58% | - |
| XYZ | 21.06 | 26.77 | 5.73 | - |
| YUV | 131.93 | 73.86 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 149 | 36 | 0.09 | 0 | 0.76 | 0.42 | 67.43 | 0.61 | 0.36 |
| Hex | 87 | 95 | 24 | 9 | 0 | 4C | 2A | 43 | 3D | 24 |
| Octal | 207 | 225 | 44 | 11 | 0 | 114 | 52 | 103 | 75 | 44 |
| Binary | 10000111 | 10010101 | 100100 | 1001 | 0 | 1001100 | 101010 | 1000011 | 111101 | 100100 |
Color Harmonies of #879524
Complementary color
Monochromatic Colors of #879524
Black with #879524
Text Example
Text Example
White with #879524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879524; }
p { color: rgb(135,149,36); }
H1.HeaderClassName
{
color: #879524;
}
.AnyTagClassName
{
color: #879524;
}
</style>
background-color css
<style>
a { background-color: #879524; }
a { background-color: rgb(135,149,36); }
div.DivClassName
{
background-color: #879524;
}
.BgClassName
{
background-color: #879524;
}
</style>
border-color css
<style>
span { border-color: #879524; }
span { border-color: rgb(135,149,36); }
td.TdClassName
{
border-color: #879524;
}
.TagClassName
{
border-color: #879524;
}
</style>