Shades of Citron #91981B
Tints of Citron #91981B
RGB
CMYK
RGB Variations
Color information
#91981B (or 0x91981B) is known color: Citron. HEX triplet: 91, 98 and 1B. RGB value is (145,152,27). Sum of RGB (Red+Green+Blue) = 145+152+27=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #91981B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91981B is #6E67E4. Grayscale: #888888. Windows color (decimal): -7235557 or 1808529. OLE color: 1808529.
HSL color Cylindrical-coordinate representation of color #91981B: hue angle of 63.36º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #91981B is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 152 | 27 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.40 |
| HSL | 63.36º | 0.7% | 0.35% | - |
| HSV(B) | 63.36º | 0.82% | 0.6% | - |
| XYZ | 23.1 | 28.56 | 5.33 | - |
| YUV | 135.66 | 66.68 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 27 | 0.05 | 0 | 0.82 | 0.40 | 63.36 | 0.7 | 0.35 |
| Hex | 91 | 98 | 1B | 5 | 0 | 52 | 28 | 3F | 46 | 23 |
| Octal | 221 | 230 | 33 | 5 | 0 | 122 | 50 | 77 | 106 | 43 |
| Binary | 10010001 | 10011000 | 11011 | 101 | 0 | 1010010 | 101000 | 111111 | 1000110 | 100011 |
Color Harmonies of #91981B
Complementary color
Monochromatic Colors of #91981B
Black with #91981B
Text Example
Text Example
White with #91981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91981B; }
p { color: rgb(145,152,27); }
H1.HeaderClassName
{
color: #91981B;
}
.AnyTagClassName
{
color: #91981B;
}
</style>
background-color css
<style>
a { background-color: #91981B; }
a { background-color: rgb(145,152,27); }
div.DivClassName
{
background-color: #91981B;
}
.BgClassName
{
background-color: #91981B;
}
</style>
border-color css
<style>
span { border-color: #91981B; }
span { border-color: rgb(145,152,27); }
td.TdClassName
{
border-color: #91981B;
}
.TagClassName
{
border-color: #91981B;
}
</style>