Shades of Citron #8A9319
Tints of Citron #8A9319
RGB
CMYK
RGB Variations
Color information
#8A9319 (or 0x8A9319) is known color: Citron. HEX triplet: 8A, 93 and 19. RGB value is (138,147,25). Sum of RGB (Red+Green+Blue) = 138+147+25=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9319 is #756CE6. Grayscale: #828282. Windows color (decimal): -7695591 or 1676170. OLE color: 1676170.
HSL color Cylindrical-coordinate representation of color #8A9319: hue angle of 64.43º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A9319 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 147 | 25 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.42 |
| HSL | 64.43º | 0.71% | 0.34% | - |
| HSV(B) | 64.43º | 0.83% | 0.58% | - |
| XYZ | 21.09 | 26.34 | 4.89 | - |
| YUV | 130.4 | 68.52 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 147 | 25 | 0.06 | 0 | 0.83 | 0.42 | 64.43 | 0.71 | 0.34 |
| Hex | 8A | 93 | 19 | 6 | 0 | 53 | 2A | 40 | 47 | 22 |
| Octal | 212 | 223 | 31 | 6 | 0 | 123 | 52 | 100 | 107 | 42 |
| Binary | 10001010 | 10010011 | 11001 | 110 | 0 | 1010011 | 101010 | 1000000 | 1000111 | 100010 |
Color Harmonies of #8A9319
Complementary color
Monochromatic Colors of #8A9319
Black with #8A9319
Text Example
Text Example
White with #8A9319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9319; }
p { color: rgb(138,147,25); }
H1.HeaderClassName
{
color: #8A9319;
}
.AnyTagClassName
{
color: #8A9319;
}
</style>
background-color css
<style>
a { background-color: #8A9319; }
a { background-color: rgb(138,147,25); }
div.DivClassName
{
background-color: #8A9319;
}
.BgClassName
{
background-color: #8A9319;
}
</style>
border-color css
<style>
span { border-color: #8A9319; }
span { border-color: rgb(138,147,25); }
td.TdClassName
{
border-color: #8A9319;
}
.TagClassName
{
border-color: #8A9319;
}
</style>