Shades of Citron #8A941E
Tints of Citron #8A941E
RGB
CMYK
RGB Variations
Color information
#8A941E (or 0x8A941E) is known color: Citron. HEX triplet: 8A, 94 and 1E. RGB value is (138,148,30). Sum of RGB (Red+Green+Blue) = 138+148+30=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #8A941E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A941E is #756BE1. Grayscale: #848484. Windows color (decimal): -7695330 or 2004106. OLE color: 2004106.
HSL color Cylindrical-coordinate representation of color #8A941E: hue angle of 65.08º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A941E is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 148 | 30 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.42 |
| HSL | 65.08º | 0.66% | 0.35% | - |
| HSV(B) | 65.08º | 0.8% | 0.58% | - |
| XYZ | 21.31 | 26.68 | 5.25 | - |
| YUV | 131.56 | 70.69 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 30 | 0.07 | 0 | 0.80 | 0.42 | 65.08 | 0.66 | 0.35 |
| Hex | 8A | 94 | 1E | 7 | 0 | 50 | 2A | 41 | 42 | 23 |
| Octal | 212 | 224 | 36 | 7 | 0 | 120 | 52 | 101 | 102 | 43 |
| Binary | 10001010 | 10010100 | 11110 | 111 | 0 | 1010000 | 101010 | 1000001 | 1000010 | 100011 |
Color Harmonies of #8A941E
Complementary color
Monochromatic Colors of #8A941E
Black with #8A941E
Text Example
Text Example
White with #8A941E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A941E; }
p { color: rgb(138,148,30); }
H1.HeaderClassName
{
color: #8A941E;
}
.AnyTagClassName
{
color: #8A941E;
}
</style>
background-color css
<style>
a { background-color: #8A941E; }
a { background-color: rgb(138,148,30); }
div.DivClassName
{
background-color: #8A941E;
}
.BgClassName
{
background-color: #8A941E;
}
</style>
border-color css
<style>
span { border-color: #8A941E; }
span { border-color: rgb(138,148,30); }
td.TdClassName
{
border-color: #8A941E;
}
.TagClassName
{
border-color: #8A941E;
}
</style>