Shades of Citron #9A9E1E
Tints of Citron #9A9E1E
RGB
CMYK
RGB Variations
Color information
#9A9E1E (or 0x9A9E1E) is known color: Citron. HEX triplet: 9A, 9E and 1E. RGB value is (154,158,30). Sum of RGB (Red+Green+Blue) = 154+158+30=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 158 - color contains mainly: green. Hex color #9A9E1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A9E1E is #6561E1. Grayscale: #8E8E8E. Windows color (decimal): -6644194 or 2006682. OLE color: 2006682.
HSL color Cylindrical-coordinate representation of color #9A9E1E: hue angle of 61.88º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A9E1E is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 158 | 30 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.38 |
| HSL | 61.88º | 0.68% | 0.37% | - |
| HSV(B) | 61.88º | 0.81% | 0.62% | - |
| XYZ | 25.79 | 31.42 | 5.93 | - |
| YUV | 142.21 | 64.67 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 158 | 30 | 0.03 | 0 | 0.81 | 0.38 | 61.88 | 0.68 | 0.37 |
| Hex | 9A | 9E | 1E | 3 | 0 | 51 | 26 | 3E | 44 | 25 |
| Octal | 232 | 236 | 36 | 3 | 0 | 121 | 46 | 76 | 104 | 45 |
| Binary | 10011010 | 10011110 | 11110 | 11 | 0 | 1010001 | 100110 | 111110 | 1000100 | 100101 |
Color Harmonies of #9A9E1E
Complementary color
Monochromatic Colors of #9A9E1E
Black with #9A9E1E
Text Example
Text Example
White with #9A9E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9E1E; }
p { color: rgb(154,158,30); }
H1.HeaderClassName
{
color: #9A9E1E;
}
.AnyTagClassName
{
color: #9A9E1E;
}
</style>
background-color css
<style>
a { background-color: #9A9E1E; }
a { background-color: rgb(154,158,30); }
div.DivClassName
{
background-color: #9A9E1E;
}
.BgClassName
{
background-color: #9A9E1E;
}
</style>
border-color css
<style>
span { border-color: #9A9E1E; }
span { border-color: rgb(154,158,30); }
td.TdClassName
{
border-color: #9A9E1E;
}
.TagClassName
{
border-color: #9A9E1E;
}
</style>