Shades of Citron #8BA209
Tints of Citron #8BA209
RGB
CMYK
RGB Variations
Color information
#8BA209 (or 0x8BA209) is known color: Citron. HEX triplet: 8B, A2 and 09. RGB value is (139,162,9). Sum of RGB (Red+Green+Blue) = 139+162+9=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 162 (63.67% from 255 or 52.26% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA209 is #745DF6. Grayscale: #8A8A8A. Windows color (decimal): -7626231 or 631435. OLE color: 631435.
HSL color Cylindrical-coordinate representation of color #8BA209: hue angle of 69.02º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8BA209 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 9 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.36 |
| HSL | 69.02º | 0.89% | 0.34% | - |
| HSV(B) | 69.02º | 0.94% | 0.64% | - |
| XYZ | 23.62 | 31.35 | 5.06 | - |
| YUV | 137.68 | 55.38 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 9 | 0.14 | 0 | 0.94 | 0.36 | 69.02 | 0.89 | 0.34 |
| Hex | 8B | A2 | 9 | E | 0 | 5E | 24 | 45 | 59 | 22 |
| Octal | 213 | 242 | 11 | 16 | 0 | 136 | 44 | 105 | 131 | 42 |
| Binary | 10001011 | 10100010 | 1001 | 1110 | 0 | 1011110 | 100100 | 1000101 | 1011001 | 100010 |
Color Harmonies of #8BA209
Complementary color
Monochromatic Colors of #8BA209
Black with #8BA209
Text Example
Text Example
White with #8BA209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA209; }
p { color: rgb(139,162,9); }
H1.HeaderClassName
{
color: #8BA209;
}
.AnyTagClassName
{
color: #8BA209;
}
</style>
background-color css
<style>
a { background-color: #8BA209; }
a { background-color: rgb(139,162,9); }
div.DivClassName
{
background-color: #8BA209;
}
.BgClassName
{
background-color: #8BA209;
}
</style>
border-color css
<style>
span { border-color: #8BA209; }
span { border-color: rgb(139,162,9); }
td.TdClassName
{
border-color: #8BA209;
}
.TagClassName
{
border-color: #8BA209;
}
</style>