Shades of Citron #8A992C
Tints of Citron #8A992C
RGB
CMYK
RGB Variations
Color information
#8A992C (or 0x8A992C) is known color: Citron. HEX triplet: 8A, 99 and 2C. RGB value is (138,153,44). Sum of RGB (Red+Green+Blue) = 138+153+44=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #8A992C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A992C is #7566D3. Grayscale: #888888. Windows color (decimal): -7694036 or 2922890. OLE color: 2922890.
HSL color Cylindrical-coordinate representation of color #8A992C: hue angle of 68.26º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A992C is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 153 | 44 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.4 |
| HSL | 68.26º | 0.55% | 0.39% | - |
| HSV(B) | 68.26º | 0.71% | 0.6% | - |
| XYZ | 22.33 | 28.37 | 6.68 | - |
| YUV | 136.09 | 76.03 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 153 | 44 | 0.10 | 0 | 0.71 | 0.4 | 68.26 | 0.55 | 0.39 |
| Hex | 8A | 99 | 2C | A | 0 | 47 | 28 | 44 | 37 | 27 |
| Octal | 212 | 231 | 54 | 12 | 0 | 107 | 50 | 104 | 67 | 47 |
| Binary | 10001010 | 10011001 | 101100 | 1010 | 0 | 1000111 | 101000 | 1000100 | 110111 | 100111 |
Color Harmonies of #8A992C
Complementary color
Monochromatic Colors of #8A992C
Black with #8A992C
Text Example
Text Example
White with #8A992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A992C; }
p { color: rgb(138,153,44); }
H1.HeaderClassName
{
color: #8A992C;
}
.AnyTagClassName
{
color: #8A992C;
}
</style>
background-color css
<style>
a { background-color: #8A992C; }
a { background-color: rgb(138,153,44); }
div.DivClassName
{
background-color: #8A992C;
}
.BgClassName
{
background-color: #8A992C;
}
</style>
border-color css
<style>
span { border-color: #8A992C; }
span { border-color: rgb(138,153,44); }
td.TdClassName
{
border-color: #8A992C;
}
.TagClassName
{
border-color: #8A992C;
}
</style>