Shades of Citron #879825
Tints of Citron #879825
RGB
CMYK
RGB Variations
Color information
#879825 (or 0x879825) is known color: Citron. HEX triplet: 87, 98 and 25. RGB value is (135,152,37). Sum of RGB (Red+Green+Blue) = 135+152+37=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #879825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879825 is #7867DA. Grayscale: #868686. Windows color (decimal): -7890907 or 2463879. OLE color: 2463879.
HSL color Cylindrical-coordinate representation of color #879825: hue angle of 68.87º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #879825 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 152 | 37 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.40 |
| HSL | 68.87º | 0.61% | 0.37% | - |
| HSV(B) | 68.87º | 0.76% | 0.6% | - |
| XYZ | 21.55 | 27.74 | 5.97 | - |
| YUV | 133.81 | 73.37 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 152 | 37 | 0.11 | 0 | 0.76 | 0.40 | 68.87 | 0.61 | 0.37 |
| Hex | 87 | 98 | 25 | B | 0 | 4C | 28 | 45 | 3D | 25 |
| Octal | 207 | 230 | 45 | 13 | 0 | 114 | 50 | 105 | 75 | 45 |
| Binary | 10000111 | 10011000 | 100101 | 1011 | 0 | 1001100 | 101000 | 1000101 | 111101 | 100101 |
Color Harmonies of #879825
Complementary color
Monochromatic Colors of #879825
Black with #879825
Text Example
Text Example
White with #879825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879825; }
p { color: rgb(135,152,37); }
H1.HeaderClassName
{
color: #879825;
}
.AnyTagClassName
{
color: #879825;
}
</style>
background-color css
<style>
a { background-color: #879825; }
a { background-color: rgb(135,152,37); }
div.DivClassName
{
background-color: #879825;
}
.BgClassName
{
background-color: #879825;
}
</style>
border-color css
<style>
span { border-color: #879825; }
span { border-color: rgb(135,152,37); }
td.TdClassName
{
border-color: #879825;
}
.TagClassName
{
border-color: #879825;
}
</style>