Shades of Citron #8A9822
Tints of Citron #8A9822
RGB
CMYK
RGB Variations
Color information
#8A9822 (or 0x8A9822) is known color: Citron. HEX triplet: 8A, 98 and 22. RGB value is (138,152,34). Sum of RGB (Red+Green+Blue) = 138+152+34=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #8A9822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9822 is #7567DD. Grayscale: #868686. Windows color (decimal): -7694302 or 2267274. OLE color: 2267274.
HSL color Cylindrical-coordinate representation of color #8A9822: hue angle of 67.12º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A9822 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 152 | 34 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.40 |
| HSL | 67.12º | 0.63% | 0.36% | - |
| HSV(B) | 67.12º | 0.78% | 0.6% | - |
| XYZ | 22 | 27.98 | 5.75 | - |
| YUV | 134.36 | 71.36 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 152 | 34 | 0.09 | 0 | 0.78 | 0.40 | 67.12 | 0.63 | 0.36 |
| Hex | 8A | 98 | 22 | 9 | 0 | 4E | 28 | 43 | 3F | 24 |
| Octal | 212 | 230 | 42 | 11 | 0 | 116 | 50 | 103 | 77 | 44 |
| Binary | 10001010 | 10011000 | 100010 | 1001 | 0 | 1001110 | 101000 | 1000011 | 111111 | 100100 |
Color Harmonies of #8A9822
Complementary color
Monochromatic Colors of #8A9822
Black with #8A9822
Text Example
Text Example
White with #8A9822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9822; }
p { color: rgb(138,152,34); }
H1.HeaderClassName
{
color: #8A9822;
}
.AnyTagClassName
{
color: #8A9822;
}
</style>
background-color css
<style>
a { background-color: #8A9822; }
a { background-color: rgb(138,152,34); }
div.DivClassName
{
background-color: #8A9822;
}
.BgClassName
{
background-color: #8A9822;
}
</style>
border-color css
<style>
span { border-color: #8A9822; }
span { border-color: rgb(138,152,34); }
td.TdClassName
{
border-color: #8A9822;
}
.TagClassName
{
border-color: #8A9822;
}
</style>