Shades of Citron #8BA219
Tints of Citron #8BA219
RGB
CMYK
RGB Variations
Color information
#8BA219 (or 0x8BA219) is known color: Citron. HEX triplet: 8B, A2 and 19. RGB value is (139,162,25). Sum of RGB (Red+Green+Blue) = 139+162+25=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA219 is #745DE6. Grayscale: #8C8C8C. Windows color (decimal): -7626215 or 1680011. OLE color: 1680011.
HSL color Cylindrical-coordinate representation of color #8BA219: hue angle of 70.07º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8BA219 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 25 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.36 |
| HSL | 70.07º | 0.73% | 0.37% | - |
| HSV(B) | 70.07º | 0.85% | 0.64% | - |
| XYZ | 23.74 | 31.4 | 5.73 | - |
| YUV | 139.51 | 63.38 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 25 | 0.14 | 0 | 0.85 | 0.36 | 70.07 | 0.73 | 0.37 |
| Hex | 8B | A2 | 19 | E | 0 | 55 | 24 | 46 | 49 | 25 |
| Octal | 213 | 242 | 31 | 16 | 0 | 125 | 44 | 106 | 111 | 45 |
| Binary | 10001011 | 10100010 | 11001 | 1110 | 0 | 1010101 | 100100 | 1000110 | 1001001 | 100101 |
Color Harmonies of #8BA219
Complementary color
Monochromatic Colors of #8BA219
Black with #8BA219
Text Example
Text Example
White with #8BA219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA219; }
p { color: rgb(139,162,25); }
H1.HeaderClassName
{
color: #8BA219;
}
.AnyTagClassName
{
color: #8BA219;
}
</style>
background-color css
<style>
a { background-color: #8BA219; }
a { background-color: rgb(139,162,25); }
div.DivClassName
{
background-color: #8BA219;
}
.BgClassName
{
background-color: #8BA219;
}
</style>
border-color css
<style>
span { border-color: #8BA219; }
span { border-color: rgb(139,162,25); }
td.TdClassName
{
border-color: #8BA219;
}
.TagClassName
{
border-color: #8BA219;
}
</style>