Shades of Citron #8A991C
Tints of Citron #8A991C
RGB
CMYK
RGB Variations
Color information
#8A991C (or 0x8A991C) is known color: Citron. HEX triplet: 8A, 99 and 1C. RGB value is (138,153,28). Sum of RGB (Red+Green+Blue) = 138+153+28=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #8A991C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A991C is #7566E3. Grayscale: #868686. Windows color (decimal): -7694052 or 1874314. OLE color: 1874314.
HSL color Cylindrical-coordinate representation of color #8A991C: hue angle of 67.2º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A991C is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 153 | 28 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.4 |
| HSL | 67.2º | 0.69% | 0.35% | - |
| HSV(B) | 67.2º | 0.82% | 0.6% | - |
| XYZ | 22.08 | 28.27 | 5.39 | - |
| YUV | 134.27 | 68.03 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 153 | 28 | 0.10 | 0 | 0.82 | 0.4 | 67.2 | 0.69 | 0.35 |
| Hex | 8A | 99 | 1C | A | 0 | 52 | 28 | 43 | 45 | 23 |
| Octal | 212 | 231 | 34 | 12 | 0 | 122 | 50 | 103 | 105 | 43 |
| Binary | 10001010 | 10011001 | 11100 | 1010 | 0 | 1010010 | 101000 | 1000011 | 1000101 | 100011 |
Color Harmonies of #8A991C
Complementary color
Monochromatic Colors of #8A991C
Black with #8A991C
Text Example
Text Example
White with #8A991C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A991C; }
p { color: rgb(138,153,28); }
H1.HeaderClassName
{
color: #8A991C;
}
.AnyTagClassName
{
color: #8A991C;
}
</style>
background-color css
<style>
a { background-color: #8A991C; }
a { background-color: rgb(138,153,28); }
div.DivClassName
{
background-color: #8A991C;
}
.BgClassName
{
background-color: #8A991C;
}
</style>
border-color css
<style>
span { border-color: #8A991C; }
span { border-color: rgb(138,153,28); }
td.TdClassName
{
border-color: #8A991C;
}
.TagClassName
{
border-color: #8A991C;
}
</style>