Shades of Citron #8BA417
Tints of Citron #8BA417
RGB
CMYK
RGB Variations
Color information
#8BA417 (or 0x8BA417) is known color: Citron. HEX triplet: 8B, A4 and 17. RGB value is (139,164,23). Sum of RGB (Red+Green+Blue) = 139+164+23=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA417 is #745BE8. Grayscale: #8C8C8C. Windows color (decimal): -7625705 or 1549451. OLE color: 1549451.
HSL color Cylindrical-coordinate representation of color #8BA417: hue angle of 70.64º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8BA417 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 23 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.36 |
| HSL | 70.64º | 0.75% | 0.37% | - |
| HSV(B) | 70.64º | 0.86% | 0.64% | - |
| XYZ | 24.08 | 32.1 | 5.74 | - |
| YUV | 140.45 | 61.72 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 23 | 0.15 | 0 | 0.86 | 0.36 | 70.64 | 0.75 | 0.37 |
| Hex | 8B | A4 | 17 | F | 0 | 56 | 24 | 47 | 4B | 25 |
| Octal | 213 | 244 | 27 | 17 | 0 | 126 | 44 | 107 | 113 | 45 |
| Binary | 10001011 | 10100100 | 10111 | 1111 | 0 | 1010110 | 100100 | 1000111 | 1001011 | 100101 |
Color Harmonies of #8BA417
Complementary color
Monochromatic Colors of #8BA417
Black with #8BA417
Text Example
Text Example
White with #8BA417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA417; }
p { color: rgb(139,164,23); }
H1.HeaderClassName
{
color: #8BA417;
}
.AnyTagClassName
{
color: #8BA417;
}
</style>
background-color css
<style>
a { background-color: #8BA417; }
a { background-color: rgb(139,164,23); }
div.DivClassName
{
background-color: #8BA417;
}
.BgClassName
{
background-color: #8BA417;
}
</style>
border-color css
<style>
span { border-color: #8BA417; }
span { border-color: rgb(139,164,23); }
td.TdClassName
{
border-color: #8BA417;
}
.TagClassName
{
border-color: #8BA417;
}
</style>