Shades of Citrus #91A700
Tints of Citrus #91A700
RGB
CMYK
RGB Variations
Color information
#91A700 (or 0x91A700) is known color: Citrus. HEX triplet: 91, A7 and 00. RGB value is (145,167,0). Sum of RGB (Red+Green+Blue) = 145+167+0=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 167 (65.62% from 255 or 53.53% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 167 - color contains mainly: green. Hex color #91A700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #91A700 is #6E58FF. Grayscale: #8E8E8E. Windows color (decimal): -7231744 or 42897. OLE color: 42897.
HSL color Cylindrical-coordinate representation of color #91A700: hue angle of 67.9º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91A700 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 167 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.35 |
| HSL | 67.9º | 1% | 0.33% | - |
| HSV(B) | 67.9º | 1% | 0.65% | - |
| XYZ | 25.5 | 33.66 | 5.15 | - |
| YUV | 141.38 | 48.21 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 167 | 0 | 0.13 | 0 | 1 | 0.35 | 67.9 | 1 | 0.33 |
| Hex | 91 | A7 | 0 | D | 0 | 64 | 23 | 44 | 64 | 21 |
| Octal | 221 | 247 | 0 | 15 | 0 | 144 | 43 | 104 | 144 | 41 |
| Binary | 10010001 | 10100111 | 0 | 1101 | 0 | 1100100 | 100011 | 1000100 | 1100100 | 100001 |
Color Harmonies of #91A700
Complementary color
Monochromatic Colors of #91A700
Black with #91A700
Text Example
Text Example
White with #91A700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A700; }
p { color: rgb(145,167,0); }
H1.HeaderClassName
{
color: #91A700;
}
.AnyTagClassName
{
color: #91A700;
}
</style>
background-color css
<style>
a { background-color: #91A700; }
a { background-color: rgb(145,167,0); }
div.DivClassName
{
background-color: #91A700;
}
.BgClassName
{
background-color: #91A700;
}
</style>
border-color css
<style>
span { border-color: #91A700; }
span { border-color: rgb(145,167,0); }
td.TdClassName
{
border-color: #91A700;
}
.TagClassName
{
border-color: #91A700;
}
</style>