Shades of Citron #8B991E
Tints of Citron #8B991E
RGB
CMYK
RGB Variations
Color information
#8B991E (or 0x8B991E) is known color: Citron. HEX triplet: 8B, 99 and 1E. RGB value is (139,153,30). Sum of RGB (Red+Green+Blue) = 139+153+30=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #8B991E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B991E is #7466E1. Grayscale: #878787. Windows color (decimal): -7628514 or 2005387. OLE color: 2005387.
HSL color Cylindrical-coordinate representation of color #8B991E: hue angle of 66.83º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B991E is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 153 | 30 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.4 |
| HSL | 66.83º | 0.67% | 0.36% | - |
| HSV(B) | 66.83º | 0.8% | 0.6% | - |
| XYZ | 22.27 | 28.37 | 5.53 | - |
| YUV | 134.79 | 68.86 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 153 | 30 | 0.09 | 0 | 0.80 | 0.4 | 66.83 | 0.67 | 0.36 |
| Hex | 8B | 99 | 1E | 9 | 0 | 50 | 28 | 43 | 43 | 24 |
| Octal | 213 | 231 | 36 | 11 | 0 | 120 | 50 | 103 | 103 | 44 |
| Binary | 10001011 | 10011001 | 11110 | 1001 | 0 | 1010000 | 101000 | 1000011 | 1000011 | 100100 |
Color Harmonies of #8B991E
Complementary color
Monochromatic Colors of #8B991E
Black with #8B991E
Text Example
Text Example
White with #8B991E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B991E; }
p { color: rgb(139,153,30); }
H1.HeaderClassName
{
color: #8B991E;
}
.AnyTagClassName
{
color: #8B991E;
}
</style>
background-color css
<style>
a { background-color: #8B991E; }
a { background-color: rgb(139,153,30); }
div.DivClassName
{
background-color: #8B991E;
}
.BgClassName
{
background-color: #8B991E;
}
</style>
border-color css
<style>
span { border-color: #8B991E; }
span { border-color: rgb(139,153,30); }
td.TdClassName
{
border-color: #8B991E;
}
.TagClassName
{
border-color: #8B991E;
}
</style>