Shades of Citron #918E0E
Tints of Citron #918E0E
RGB
CMYK
RGB Variations
Color information
#918E0E (or 0x918E0E) is known color: Citron. HEX triplet: 91, 8E and 0E. RGB value is (145,142,14). Sum of RGB (Red+Green+Blue) = 145+142+14=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #918E0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918E0E is #6E71F1. Grayscale: #808080. Windows color (decimal): -7238130 or 954001. OLE color: 954001.
HSL color Cylindrical-coordinate representation of color #918E0E: hue angle of 58.63º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #918E0E is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 142 | 14 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.43 |
| HSL | 58.63º | 0.82% | 0.31% | - |
| HSV(B) | 58.63º | 0.9% | 0.57% | - |
| XYZ | 21.43 | 25.4 | 4.19 | - |
| YUV | 128.31 | 63.49 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 14 | 0 | 0.02 | 0.90 | 0.43 | 58.63 | 0.82 | 0.31 |
| Hex | 91 | 8E | E | 0 | 2 | 5A | 2B | 3B | 52 | 1F |
| Octal | 221 | 216 | 16 | 0 | 2 | 132 | 53 | 73 | 122 | 37 |
| Binary | 10010001 | 10001110 | 1110 | 0 | 10 | 1011010 | 101011 | 111011 | 1010010 | 11111 |
Color Harmonies of #918E0E
Complementary color
Monochromatic Colors of #918E0E
Black with #918E0E
Text Example
Text Example
White with #918E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918E0E; }
p { color: rgb(145,142,14); }
H1.HeaderClassName
{
color: #918E0E;
}
.AnyTagClassName
{
color: #918E0E;
}
</style>
background-color css
<style>
a { background-color: #918E0E; }
a { background-color: rgb(145,142,14); }
div.DivClassName
{
background-color: #918E0E;
}
.BgClassName
{
background-color: #918E0E;
}
</style>
border-color css
<style>
span { border-color: #918E0E; }
span { border-color: rgb(145,142,14); }
td.TdClassName
{
border-color: #918E0E;
}
.TagClassName
{
border-color: #918E0E;
}
</style>