Shades of Citron #879B04
Tints of Citron #879B04
RGB
CMYK
RGB Variations
Color information
#879B04 (or 0x879B04) is known color: Citron. HEX triplet: 87, 9B and 04. RGB value is (135,155,4). Sum of RGB (Red+Green+Blue) = 135+155+4=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 155 (60.94% from 255 or 52.72% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 155 - color contains mainly: green. Hex color #879B04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #879B04 is #7864FB. Grayscale: #848484. Windows color (decimal): -7890172 or 301959. OLE color: 301959.
HSL color Cylindrical-coordinate representation of color #879B04: hue angle of 67.95º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #879B04 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 155 | 4 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.39 |
| HSL | 67.95º | 0.95% | 0.31% | - |
| HSV(B) | 67.95º | 0.97% | 0.61% | - |
| XYZ | 21.73 | 28.6 | 4.49 | - |
| YUV | 131.81 | 55.87 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 155 | 4 | 0.13 | 0 | 0.97 | 0.39 | 67.95 | 0.95 | 0.31 |
| Hex | 87 | 9B | 4 | D | 0 | 61 | 27 | 44 | 5F | 1F |
| Octal | 207 | 233 | 4 | 15 | 0 | 141 | 47 | 104 | 137 | 37 |
| Binary | 10000111 | 10011011 | 100 | 1101 | 0 | 1100001 | 100111 | 1000100 | 1011111 | 11111 |
Color Harmonies of #879B04
Complementary color
Monochromatic Colors of #879B04
Black with #879B04
Text Example
Text Example
White with #879B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879B04; }
p { color: rgb(135,155,4); }
H1.HeaderClassName
{
color: #879B04;
}
.AnyTagClassName
{
color: #879B04;
}
</style>
background-color css
<style>
a { background-color: #879B04; }
a { background-color: rgb(135,155,4); }
div.DivClassName
{
background-color: #879B04;
}
.BgClassName
{
background-color: #879B04;
}
</style>
border-color css
<style>
span { border-color: #879B04; }
span { border-color: rgb(135,155,4); }
td.TdClassName
{
border-color: #879B04;
}
.TagClassName
{
border-color: #879B04;
}
</style>