Shades of Citron #8A9413
Tints of Citron #8A9413
RGB
CMYK
RGB Variations
Color information
#8A9413 (or 0x8A9413) is known color: Citron. HEX triplet: 8A, 94 and 13. RGB value is (138,148,19). Sum of RGB (Red+Green+Blue) = 138+148+19=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9413 is #756BEC. Grayscale: #828282. Windows color (decimal): -7695341 or 1283210. OLE color: 1283210.
HSL color Cylindrical-coordinate representation of color #8A9413: hue angle of 64.65º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A9413 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 148 | 19 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.42 |
| HSL | 64.65º | 0.77% | 0.33% | - |
| HSV(B) | 64.65º | 0.87% | 0.58% | - |
| XYZ | 21.19 | 26.63 | 4.64 | - |
| YUV | 130.3 | 65.19 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 19 | 0.07 | 0 | 0.87 | 0.42 | 64.65 | 0.77 | 0.33 |
| Hex | 8A | 94 | 13 | 7 | 0 | 57 | 2A | 41 | 4D | 21 |
| Octal | 212 | 224 | 23 | 7 | 0 | 127 | 52 | 101 | 115 | 41 |
| Binary | 10001010 | 10010100 | 10011 | 111 | 0 | 1010111 | 101010 | 1000001 | 1001101 | 100001 |
Color Harmonies of #8A9413
Complementary color
Monochromatic Colors of #8A9413
Black with #8A9413
Text Example
Text Example
White with #8A9413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9413; }
p { color: rgb(138,148,19); }
H1.HeaderClassName
{
color: #8A9413;
}
.AnyTagClassName
{
color: #8A9413;
}
</style>
background-color css
<style>
a { background-color: #8A9413; }
a { background-color: rgb(138,148,19); }
div.DivClassName
{
background-color: #8A9413;
}
.BgClassName
{
background-color: #8A9413;
}
</style>
border-color css
<style>
span { border-color: #8A9413; }
span { border-color: rgb(138,148,19); }
td.TdClassName
{
border-color: #8A9413;
}
.TagClassName
{
border-color: #8A9413;
}
</style>