Shades of Citron #8BA218
Tints of Citron #8BA218
RGB
CMYK
RGB Variations
Color information
#8BA218 (or 0x8BA218) is known color: Citron. HEX triplet: 8B, A2 and 18. RGB value is (139,162,24). Sum of RGB (Red+Green+Blue) = 139+162+24=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA218 is #745DE7. Grayscale: #8B8B8B. Windows color (decimal): -7626216 or 1614475. OLE color: 1614475.
HSL color Cylindrical-coordinate representation of color #8BA218: hue angle of 70º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8BA218 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 24 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.36 |
| HSL | 70º | 0.74% | 0.36% | - |
| HSV(B) | 70º | 0.85% | 0.64% | - |
| XYZ | 23.73 | 31.4 | 5.67 | - |
| YUV | 139.39 | 62.88 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 24 | 0.14 | 0 | 0.85 | 0.36 | 70 | 0.74 | 0.36 |
| Hex | 8B | A2 | 18 | E | 0 | 55 | 24 | 46 | 4A | 24 |
| Octal | 213 | 242 | 30 | 16 | 0 | 125 | 44 | 106 | 112 | 44 |
| Binary | 10001011 | 10100010 | 11000 | 1110 | 0 | 1010101 | 100100 | 1000110 | 1001010 | 100100 |
Color Harmonies of #8BA218
Complementary color
Monochromatic Colors of #8BA218
Black with #8BA218
Text Example
Text Example
White with #8BA218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA218; }
p { color: rgb(139,162,24); }
H1.HeaderClassName
{
color: #8BA218;
}
.AnyTagClassName
{
color: #8BA218;
}
</style>
background-color css
<style>
a { background-color: #8BA218; }
a { background-color: rgb(139,162,24); }
div.DivClassName
{
background-color: #8BA218;
}
.BgClassName
{
background-color: #8BA218;
}
</style>
border-color css
<style>
span { border-color: #8BA218; }
span { border-color: rgb(139,162,24); }
td.TdClassName
{
border-color: #8BA218;
}
.TagClassName
{
border-color: #8BA218;
}
</style>