Shades of Citron #8A9511
Tints of Citron #8A9511
RGB
CMYK
RGB Variations
Color information
#8A9511 (or 0x8A9511) is known color: Citron. HEX triplet: 8A, 95 and 11. RGB value is (138,149,17). Sum of RGB (Red+Green+Blue) = 138+149+17=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #8A9511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9511 is #756AEE. Grayscale: #838383. Windows color (decimal): -7695087 or 1152394. OLE color: 1152394.
HSL color Cylindrical-coordinate representation of color #8A9511: hue angle of 65º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A9511 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 149 | 17 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.42 |
| HSL | 65º | 0.8% | 0.33% | - |
| HSV(B) | 65º | 0.89% | 0.58% | - |
| XYZ | 21.33 | 26.94 | 4.61 | - |
| YUV | 130.66 | 63.86 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 17 | 0.07 | 0 | 0.89 | 0.42 | 65 | 0.8 | 0.33 |
| Hex | 8A | 95 | 11 | 7 | 0 | 59 | 2A | 41 | 50 | 21 |
| Octal | 212 | 225 | 21 | 7 | 0 | 131 | 52 | 101 | 120 | 41 |
| Binary | 10001010 | 10010101 | 10001 | 111 | 0 | 1011001 | 101010 | 1000001 | 1010000 | 100001 |
Color Harmonies of #8A9511
Complementary color
Monochromatic Colors of #8A9511
Black with #8A9511
Text Example
Text Example
White with #8A9511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9511; }
p { color: rgb(138,149,17); }
H1.HeaderClassName
{
color: #8A9511;
}
.AnyTagClassName
{
color: #8A9511;
}
</style>
background-color css
<style>
a { background-color: #8A9511; }
a { background-color: rgb(138,149,17); }
div.DivClassName
{
background-color: #8A9511;
}
.BgClassName
{
background-color: #8A9511;
}
</style>
border-color css
<style>
span { border-color: #8A9511; }
span { border-color: rgb(138,149,17); }
td.TdClassName
{
border-color: #8A9511;
}
.TagClassName
{
border-color: #8A9511;
}
</style>