Shades of Citron #8A9321
Tints of Citron #8A9321
RGB
CMYK
RGB Variations
Color information
#8A9321 (or 0x8A9321) is known color: Citron. HEX triplet: 8A, 93 and 21. RGB value is (138,147,33). Sum of RGB (Red+Green+Blue) = 138+147+33=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 33 (13.28% from 255 or 10.38% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9321 is #756CDE. Grayscale: #838383. Windows color (decimal): -7695583 or 2200458. OLE color: 2200458.
HSL color Cylindrical-coordinate representation of color #8A9321: hue angle of 64.74º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A9321 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 147 | 33 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.42 |
| HSL | 64.74º | 0.63% | 0.35% | - |
| HSV(B) | 64.74º | 0.78% | 0.58% | - |
| XYZ | 21.19 | 26.38 | 5.41 | - |
| YUV | 131.31 | 72.52 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 147 | 33 | 0.06 | 0 | 0.78 | 0.42 | 64.74 | 0.63 | 0.35 |
| Hex | 8A | 93 | 21 | 6 | 0 | 4E | 2A | 41 | 3F | 23 |
| Octal | 212 | 223 | 41 | 6 | 0 | 116 | 52 | 101 | 77 | 43 |
| Binary | 10001010 | 10010011 | 100001 | 110 | 0 | 1001110 | 101010 | 1000001 | 111111 | 100011 |
Color Harmonies of #8A9321
Complementary color
Monochromatic Colors of #8A9321
Black with #8A9321
Text Example
Text Example
White with #8A9321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9321; }
p { color: rgb(138,147,33); }
H1.HeaderClassName
{
color: #8A9321;
}
.AnyTagClassName
{
color: #8A9321;
}
</style>
background-color css
<style>
a { background-color: #8A9321; }
a { background-color: rgb(138,147,33); }
div.DivClassName
{
background-color: #8A9321;
}
.BgClassName
{
background-color: #8A9321;
}
</style>
border-color css
<style>
span { border-color: #8A9321; }
span { border-color: rgb(138,147,33); }
td.TdClassName
{
border-color: #8A9321;
}
.TagClassName
{
border-color: #8A9321;
}
</style>