Shades of Citrus #91A300
Tints of Citrus #91A300
RGB
CMYK
RGB Variations
Color information
#91A300 (or 0x91A300) is known color: Citrus. HEX triplet: 91, A3 and 00. RGB value is (145,163,0). Sum of RGB (Red+Green+Blue) = 145+163+0=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 163 (64.06% from 255 or 52.92% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 163 - color contains mainly: green. Hex color #91A300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #91A300 is #6E5CFF. Grayscale: #8B8B8B. Windows color (decimal): -7232768 or 41873. OLE color: 41873.
HSL color Cylindrical-coordinate representation of color #91A300: hue angle of 66.63º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91A300 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 163 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.36 |
| HSL | 66.63º | 1% | 0.32% | - |
| HSV(B) | 66.63º | 1% | 0.64% | - |
| XYZ | 24.77 | 32.21 | 4.91 | - |
| YUV | 139.04 | 49.54 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 163 | 0 | 0.11 | 0 | 1 | 0.36 | 66.63 | 1 | 0.32 |
| Hex | 91 | A3 | 0 | B | 0 | 64 | 24 | 43 | 64 | 20 |
| Octal | 221 | 243 | 0 | 13 | 0 | 144 | 44 | 103 | 144 | 40 |
| Binary | 10010001 | 10100011 | 0 | 1011 | 0 | 1100100 | 100100 | 1000011 | 1100100 | 100000 |
Color Harmonies of #91A300
Complementary color
Monochromatic Colors of #91A300
Black with #91A300
Text Example
Text Example
White with #91A300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A300; }
p { color: rgb(145,163,0); }
H1.HeaderClassName
{
color: #91A300;
}
.AnyTagClassName
{
color: #91A300;
}
</style>
background-color css
<style>
a { background-color: #91A300; }
a { background-color: rgb(145,163,0); }
div.DivClassName
{
background-color: #91A300;
}
.BgClassName
{
background-color: #91A300;
}
</style>
border-color css
<style>
span { border-color: #91A300; }
span { border-color: rgb(145,163,0); }
td.TdClassName
{
border-color: #91A300;
}
.TagClassName
{
border-color: #91A300;
}
</style>