Shades of Citron #919520
Tints of Citron #919520
RGB
CMYK
RGB Variations
Color information
#919520 (or 0x919520) is known color: Citron. HEX triplet: 91, 95 and 20. RGB value is (145,149,32). Sum of RGB (Red+Green+Blue) = 145+149+32=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #919520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919520 is #6E6ADF. Grayscale: #868686. Windows color (decimal): -7236320 or 2135441. OLE color: 2135441.
HSL color Cylindrical-coordinate representation of color #919520: hue angle of 62.05º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #919520 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 149 | 32 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.42 |
| HSL | 62.05º | 0.65% | 0.35% | - |
| HSV(B) | 62.05º | 0.79% | 0.58% | - |
| XYZ | 22.69 | 27.62 | 5.5 | - |
| YUV | 134.47 | 70.17 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 149 | 32 | 0.03 | 0 | 0.79 | 0.42 | 62.05 | 0.65 | 0.35 |
| Hex | 91 | 95 | 20 | 3 | 0 | 4F | 2A | 3E | 41 | 23 |
| Octal | 221 | 225 | 40 | 3 | 0 | 117 | 52 | 76 | 101 | 43 |
| Binary | 10010001 | 10010101 | 100000 | 11 | 0 | 1001111 | 101010 | 111110 | 1000001 | 100011 |
Color Harmonies of #919520
Complementary color
Monochromatic Colors of #919520
Black with #919520
Text Example
Text Example
White with #919520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919520; }
p { color: rgb(145,149,32); }
H1.HeaderClassName
{
color: #919520;
}
.AnyTagClassName
{
color: #919520;
}
</style>
background-color css
<style>
a { background-color: #919520; }
a { background-color: rgb(145,149,32); }
div.DivClassName
{
background-color: #919520;
}
.BgClassName
{
background-color: #919520;
}
</style>
border-color css
<style>
span { border-color: #919520; }
span { border-color: rgb(145,149,32); }
td.TdClassName
{
border-color: #919520;
}
.TagClassName
{
border-color: #919520;
}
</style>