Shades of Citron #8A990C
Tints of Citron #8A990C
RGB
CMYK
RGB Variations
Color information
#8A990C (or 0x8A990C) is known color: Citron. HEX triplet: 8A, 99 and 0C. RGB value is (138,153,12). Sum of RGB (Red+Green+Blue) = 138+153+12=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #8A990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A990C is #7566F3. Grayscale: #848484. Windows color (decimal): -7694068 or 825738. OLE color: 825738.
HSL color Cylindrical-coordinate representation of color #8A990C: hue angle of 66.38º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A990C is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 153 | 12 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.4 |
| HSL | 66.38º | 0.85% | 0.32% | - |
| HSV(B) | 66.38º | 0.92% | 0.6% | - |
| XYZ | 21.94 | 28.21 | 4.64 | - |
| YUV | 132.44 | 60.03 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 153 | 12 | 0.10 | 0 | 0.92 | 0.4 | 66.38 | 0.85 | 0.32 |
| Hex | 8A | 99 | C | A | 0 | 5C | 28 | 42 | 55 | 20 |
| Octal | 212 | 231 | 14 | 12 | 0 | 134 | 50 | 102 | 125 | 40 |
| Binary | 10001010 | 10011001 | 1100 | 1010 | 0 | 1011100 | 101000 | 1000010 | 1010101 | 100000 |
Color Harmonies of #8A990C
Complementary color
Monochromatic Colors of #8A990C
Black with #8A990C
Text Example
Text Example
White with #8A990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A990C; }
p { color: rgb(138,153,12); }
H1.HeaderClassName
{
color: #8A990C;
}
.AnyTagClassName
{
color: #8A990C;
}
</style>
background-color css
<style>
a { background-color: #8A990C; }
a { background-color: rgb(138,153,12); }
div.DivClassName
{
background-color: #8A990C;
}
.BgClassName
{
background-color: #8A990C;
}
</style>
border-color css
<style>
span { border-color: #8A990C; }
span { border-color: rgb(138,153,12); }
td.TdClassName
{
border-color: #8A990C;
}
.TagClassName
{
border-color: #8A990C;
}
</style>