Shades of Citron #919120
Tints of Citron #919120
RGB
CMYK
RGB Variations
Color information
#919120 (or 0x919120) is known color: Citron. HEX triplet: 91, 91 and 20. RGB value is (145,145,32). Sum of RGB (Red+Green+Blue) = 145+145+32=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 145 - color contains mainly: red, green. Hex color #919120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919120 is #6E6EDF. Grayscale: #848484. Windows color (decimal): -7237344 or 2134417. OLE color: 2134417.
HSL color Cylindrical-coordinate representation of color #919120: hue angle of 60º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #919120 is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 145 | 32 | - |
| CMYK | 0 | 0 | 0.78 | 0.43 |
| HSL | 60º | 0.64% | 0.35% | - |
| HSV(B) | 60º | 0.78% | 0.57% | - |
| XYZ | 22.06 | 26.37 | 5.29 | - |
| YUV | 132.12 | 71.5 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 145 | 32 | 0 | 0 | 0.78 | 0.43 | 60 | 0.64 | 0.35 |
| Hex | 91 | 91 | 20 | 0 | 0 | 4E | 2B | 3C | 40 | 23 |
| Octal | 221 | 221 | 40 | 0 | 0 | 116 | 53 | 74 | 100 | 43 |
| Binary | 10010001 | 10010001 | 100000 | 0 | 0 | 1001110 | 101011 | 111100 | 1000000 | 100011 |
Color Harmonies of #919120
Complementary color
Monochromatic Colors of #919120
Black with #919120
Text Example
Text Example
White with #919120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919120; }
p { color: rgb(145,145,32); }
H1.HeaderClassName
{
color: #919120;
}
.AnyTagClassName
{
color: #919120;
}
</style>
background-color css
<style>
a { background-color: #919120; }
a { background-color: rgb(145,145,32); }
div.DivClassName
{
background-color: #919120;
}
.BgClassName
{
background-color: #919120;
}
</style>
border-color css
<style>
span { border-color: #919120; }
span { border-color: rgb(145,145,32); }
td.TdClassName
{
border-color: #919120;
}
.TagClassName
{
border-color: #919120;
}
</style>