Shades of Citron #91981A
Tints of Citron #91981A
RGB
CMYK
RGB Variations
Color information
#91981A (or 0x91981A) is known color: Citron. HEX triplet: 91, 98 and 1A. RGB value is (145,152,26). Sum of RGB (Red+Green+Blue) = 145+152+26=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #91981A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91981A is #6E67E5. Grayscale: #888888. Windows color (decimal): -7235558 or 1742993. OLE color: 1742993.
HSL color Cylindrical-coordinate representation of color #91981A: hue angle of 63.33º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #91981A is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 152 | 26 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.40 |
| HSL | 63.33º | 0.71% | 0.35% | - |
| HSV(B) | 63.33º | 0.83% | 0.6% | - |
| XYZ | 23.09 | 28.55 | 5.27 | - |
| YUV | 135.54 | 66.18 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 26 | 0.05 | 0 | 0.83 | 0.40 | 63.33 | 0.71 | 0.35 |
| Hex | 91 | 98 | 1A | 5 | 0 | 53 | 28 | 3F | 47 | 23 |
| Octal | 221 | 230 | 32 | 5 | 0 | 123 | 50 | 77 | 107 | 43 |
| Binary | 10010001 | 10011000 | 11010 | 101 | 0 | 1010011 | 101000 | 111111 | 1000111 | 100011 |
Color Harmonies of #91981A
Complementary color
Monochromatic Colors of #91981A
Black with #91981A
Text Example
Text Example
White with #91981A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91981A; }
p { color: rgb(145,152,26); }
H1.HeaderClassName
{
color: #91981A;
}
.AnyTagClassName
{
color: #91981A;
}
</style>
background-color css
<style>
a { background-color: #91981A; }
a { background-color: rgb(145,152,26); }
div.DivClassName
{
background-color: #91981A;
}
.BgClassName
{
background-color: #91981A;
}
</style>
border-color css
<style>
span { border-color: #91981A; }
span { border-color: rgb(145,152,26); }
td.TdClassName
{
border-color: #91981A;
}
.TagClassName
{
border-color: #91981A;
}
</style>