Shades of Citron #91A428
Tints of Citron #91A428
RGB
CMYK
RGB Variations
Color information
#91A428 (or 0x91A428) is known color: Citron. HEX triplet: 91, A4 and 28. RGB value is (145,164,40). Sum of RGB (Red+Green+Blue) = 145+164+40=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 164 (64.45% from 255 or 46.99% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 164 - color contains mainly: green. Hex color #91A428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91A428 is #6E5BD7. Grayscale: #909090. Windows color (decimal): -7232472 or 2663569. OLE color: 2663569.
HSL color Cylindrical-coordinate representation of color #91A428: hue angle of 69.19º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #91A428 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 164 | 40 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.36 |
| HSL | 69.19º | 0.61% | 0.4% | - |
| HSV(B) | 69.19º | 0.76% | 0.64% | - |
| XYZ | 25.34 | 32.72 | 6.99 | - |
| YUV | 144.18 | 69.21 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 164 | 40 | 0.12 | 0 | 0.76 | 0.36 | 69.19 | 0.61 | 0.4 |
| Hex | 91 | A4 | 28 | C | 0 | 4C | 24 | 45 | 3D | 28 |
| Octal | 221 | 244 | 50 | 14 | 0 | 114 | 44 | 105 | 75 | 50 |
| Binary | 10010001 | 10100100 | 101000 | 1100 | 0 | 1001100 | 100100 | 1000101 | 111101 | 101000 |
Color Harmonies of #91A428
Complementary color
Monochromatic Colors of #91A428
Black with #91A428
Text Example
Text Example
White with #91A428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A428; }
p { color: rgb(145,164,40); }
H1.HeaderClassName
{
color: #91A428;
}
.AnyTagClassName
{
color: #91A428;
}
</style>
background-color css
<style>
a { background-color: #91A428; }
a { background-color: rgb(145,164,40); }
div.DivClassName
{
background-color: #91A428;
}
.BgClassName
{
background-color: #91A428;
}
</style>
border-color css
<style>
span { border-color: #91A428; }
span { border-color: rgb(145,164,40); }
td.TdClassName
{
border-color: #91A428;
}
.TagClassName
{
border-color: #91A428;
}
</style>