Shades of Citron #879422
Tints of Citron #879422
RGB
CMYK
RGB Variations
Color information
#879422 (or 0x879422) is known color: Citron. HEX triplet: 87, 94 and 22. RGB value is (135,148,34). Sum of RGB (Red+Green+Blue) = 135+148+34=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #879422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879422 is #786BDD. Grayscale: #838383. Windows color (decimal): -7891934 or 2266247. OLE color: 2266247.
HSL color Cylindrical-coordinate representation of color #879422: hue angle of 66.84º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #879422 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 148 | 34 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.42 |
| HSL | 66.84º | 0.63% | 0.36% | - |
| HSV(B) | 66.84º | 0.77% | 0.58% | - |
| XYZ | 20.87 | 26.45 | 5.52 | - |
| YUV | 131.12 | 73.19 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 34 | 0.09 | 0 | 0.77 | 0.42 | 66.84 | 0.63 | 0.36 |
| Hex | 87 | 94 | 22 | 9 | 0 | 4D | 2A | 43 | 3F | 24 |
| Octal | 207 | 224 | 42 | 11 | 0 | 115 | 52 | 103 | 77 | 44 |
| Binary | 10000111 | 10010100 | 100010 | 1001 | 0 | 1001101 | 101010 | 1000011 | 111111 | 100100 |
Color Harmonies of #879422
Complementary color
Monochromatic Colors of #879422
Black with #879422
Text Example
Text Example
White with #879422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879422; }
p { color: rgb(135,148,34); }
H1.HeaderClassName
{
color: #879422;
}
.AnyTagClassName
{
color: #879422;
}
</style>
background-color css
<style>
a { background-color: #879422; }
a { background-color: rgb(135,148,34); }
div.DivClassName
{
background-color: #879422;
}
.BgClassName
{
background-color: #879422;
}
</style>
border-color css
<style>
span { border-color: #879422; }
span { border-color: rgb(135,148,34); }
td.TdClassName
{
border-color: #879422;
}
.TagClassName
{
border-color: #879422;
}
</style>