Shades of Citron #8A942C
Tints of Citron #8A942C
RGB
CMYK
RGB Variations
Color information
#8A942C (or 0x8A942C) is known color: Citron. HEX triplet: 8A, 94 and 2C. RGB value is (138,148,44). Sum of RGB (Red+Green+Blue) = 138+148+44=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #8A942C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A942C is #756BD3. Grayscale: #858585. Windows color (decimal): -7695316 or 2921610. OLE color: 2921610.
HSL color Cylindrical-coordinate representation of color #8A942C: hue angle of 65.77º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A942C is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 148 | 44 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.42 |
| HSL | 65.77º | 0.54% | 0.38% | - |
| HSV(B) | 65.77º | 0.7% | 0.58% | - |
| XYZ | 21.53 | 26.76 | 6.41 | - |
| YUV | 133.15 | 77.69 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 44 | 0.07 | 0 | 0.70 | 0.42 | 65.77 | 0.54 | 0.38 |
| Hex | 8A | 94 | 2C | 7 | 0 | 46 | 2A | 42 | 36 | 26 |
| Octal | 212 | 224 | 54 | 7 | 0 | 106 | 52 | 102 | 66 | 46 |
| Binary | 10001010 | 10010100 | 101100 | 111 | 0 | 1000110 | 101010 | 1000010 | 110110 | 100110 |
Color Harmonies of #8A942C
Complementary color
Monochromatic Colors of #8A942C
Black with #8A942C
Text Example
Text Example
White with #8A942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A942C; }
p { color: rgb(138,148,44); }
H1.HeaderClassName
{
color: #8A942C;
}
.AnyTagClassName
{
color: #8A942C;
}
</style>
background-color css
<style>
a { background-color: #8A942C; }
a { background-color: rgb(138,148,44); }
div.DivClassName
{
background-color: #8A942C;
}
.BgClassName
{
background-color: #8A942C;
}
</style>
border-color css
<style>
span { border-color: #8A942C; }
span { border-color: rgb(138,148,44); }
td.TdClassName
{
border-color: #8A942C;
}
.TagClassName
{
border-color: #8A942C;
}
</style>