Shades of Citron #8BA217
Tints of Citron #8BA217
RGB
CMYK
RGB Variations
Color information
#8BA217 (or 0x8BA217) is known color: Citron. HEX triplet: 8B, A2 and 17. RGB value is (139,162,23). Sum of RGB (Red+Green+Blue) = 139+162+23=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA217 is #745DE8. Grayscale: #8B8B8B. Windows color (decimal): -7626217 or 1548939. OLE color: 1548939.
HSL color Cylindrical-coordinate representation of color #8BA217: hue angle of 69.93º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8BA217 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 162 | 23 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.36 |
| HSL | 69.93º | 0.75% | 0.36% | - |
| HSV(B) | 69.93º | 0.86% | 0.64% | - |
| XYZ | 23.72 | 31.39 | 5.62 | - |
| YUV | 139.28 | 62.38 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 162 | 23 | 0.14 | 0 | 0.86 | 0.36 | 69.93 | 0.75 | 0.36 |
| Hex | 8B | A2 | 17 | E | 0 | 56 | 24 | 46 | 4B | 24 |
| Octal | 213 | 242 | 27 | 16 | 0 | 126 | 44 | 106 | 113 | 44 |
| Binary | 10001011 | 10100010 | 10111 | 1110 | 0 | 1010110 | 100100 | 1000110 | 1001011 | 100100 |
Color Harmonies of #8BA217
Complementary color
Monochromatic Colors of #8BA217
Black with #8BA217
Text Example
Text Example
White with #8BA217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA217; }
p { color: rgb(139,162,23); }
H1.HeaderClassName
{
color: #8BA217;
}
.AnyTagClassName
{
color: #8BA217;
}
</style>
background-color css
<style>
a { background-color: #8BA217; }
a { background-color: rgb(139,162,23); }
div.DivClassName
{
background-color: #8BA217;
}
.BgClassName
{
background-color: #8BA217;
}
</style>
border-color css
<style>
span { border-color: #8BA217; }
span { border-color: rgb(139,162,23); }
td.TdClassName
{
border-color: #8BA217;
}
.TagClassName
{
border-color: #8BA217;
}
</style>