Shades of Citron #879822
Tints of Citron #879822
RGB
CMYK
RGB Variations
Color information
#879822 (or 0x879822) is known color: Citron. HEX triplet: 87, 98 and 22. RGB value is (135,152,34). Sum of RGB (Red+Green+Blue) = 135+152+34=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #879822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879822 is #7867DD. Grayscale: #858585. Windows color (decimal): -7890910 or 2267271. OLE color: 2267271.
HSL color Cylindrical-coordinate representation of color #879822: hue angle of 68.64º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #879822 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 152 | 34 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.40 |
| HSL | 68.64º | 0.63% | 0.36% | - |
| HSV(B) | 68.64º | 0.78% | 0.6% | - |
| XYZ | 21.51 | 27.72 | 5.73 | - |
| YUV | 133.47 | 71.87 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 152 | 34 | 0.11 | 0 | 0.78 | 0.40 | 68.64 | 0.63 | 0.36 |
| Hex | 87 | 98 | 22 | B | 0 | 4E | 28 | 45 | 3F | 24 |
| Octal | 207 | 230 | 42 | 13 | 0 | 116 | 50 | 105 | 77 | 44 |
| Binary | 10000111 | 10011000 | 100010 | 1011 | 0 | 1001110 | 101000 | 1000101 | 111111 | 100100 |
Color Harmonies of #879822
Complementary color
Monochromatic Colors of #879822
Black with #879822
Text Example
Text Example
White with #879822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879822; }
p { color: rgb(135,152,34); }
H1.HeaderClassName
{
color: #879822;
}
.AnyTagClassName
{
color: #879822;
}
</style>
background-color css
<style>
a { background-color: #879822; }
a { background-color: rgb(135,152,34); }
div.DivClassName
{
background-color: #879822;
}
.BgClassName
{
background-color: #879822;
}
</style>
border-color css
<style>
span { border-color: #879822; }
span { border-color: rgb(135,152,34); }
td.TdClassName
{
border-color: #879822;
}
.TagClassName
{
border-color: #879822;
}
</style>