Shades of Citron #9A982A
Tints of Citron #9A982A
RGB
CMYK
RGB Variations
Color information
#9A982A (or 0x9A982A) is known color: Citron. HEX triplet: 9A, 98 and 2A. RGB value is (154,152,42). Sum of RGB (Red+Green+Blue) = 154+152+42=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 154 - color contains mainly: red. Hex color #9A982A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A982A is #6567D5. Grayscale: #8C8C8C. Windows color (decimal): -6645718 or 2791578. OLE color: 2791578.
HSL color Cylindrical-coordinate representation of color #9A982A: hue angle of 58.93º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A982A is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 152 | 42 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.40 |
| HSL | 58.93º | 0.57% | 0.38% | - |
| HSV(B) | 58.93º | 0.73% | 0.6% | - |
| XYZ | 24.97 | 29.49 | 6.57 | - |
| YUV | 140.06 | 72.66 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 152 | 42 | 0 | 0.01 | 0.73 | 0.40 | 58.93 | 0.57 | 0.38 |
| Hex | 9A | 98 | 2A | 0 | 1 | 49 | 28 | 3B | 39 | 26 |
| Octal | 232 | 230 | 52 | 0 | 1 | 111 | 50 | 73 | 71 | 46 |
| Binary | 10011010 | 10011000 | 101010 | 0 | 1 | 1001001 | 101000 | 111011 | 111001 | 100110 |
Color Harmonies of #9A982A
Complementary color
Monochromatic Colors of #9A982A
Black with #9A982A
Text Example
Text Example
White with #9A982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A982A; }
p { color: rgb(154,152,42); }
H1.HeaderClassName
{
color: #9A982A;
}
.AnyTagClassName
{
color: #9A982A;
}
</style>
background-color css
<style>
a { background-color: #9A982A; }
a { background-color: rgb(154,152,42); }
div.DivClassName
{
background-color: #9A982A;
}
.BgClassName
{
background-color: #9A982A;
}
</style>
border-color css
<style>
span { border-color: #9A982A; }
span { border-color: rgb(154,152,42); }
td.TdClassName
{
border-color: #9A982A;
}
.TagClassName
{
border-color: #9A982A;
}
</style>