Shades of Citron #8BA31F
Tints of Citron #8BA31F
RGB
CMYK
RGB Variations
Color information
#8BA31F (or 0x8BA31F) is known color: Citron. HEX triplet: 8B, A3 and 1F. RGB value is (139,163,31). Sum of RGB (Red+Green+Blue) = 139+163+31=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA31F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA31F is #745CE0. Grayscale: #8D8D8D. Windows color (decimal): -7625953 or 2073483. OLE color: 2073483.
HSL color Cylindrical-coordinate representation of color #8BA31F: hue angle of 70.91º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8BA31F is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 31 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.36 |
| HSL | 70.91º | 0.68% | 0.38% | - |
| HSV(B) | 70.91º | 0.81% | 0.64% | - |
| XYZ | 23.99 | 31.78 | 6.17 | - |
| YUV | 140.78 | 66.05 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 31 | 0.15 | 0 | 0.81 | 0.36 | 70.91 | 0.68 | 0.38 |
| Hex | 8B | A3 | 1F | F | 0 | 51 | 24 | 47 | 44 | 26 |
| Octal | 213 | 243 | 37 | 17 | 0 | 121 | 44 | 107 | 104 | 46 |
| Binary | 10001011 | 10100011 | 11111 | 1111 | 0 | 1010001 | 100100 | 1000111 | 1000100 | 100110 |
Color Harmonies of #8BA31F
Complementary color
Monochromatic Colors of #8BA31F
Black with #8BA31F
Text Example
Text Example
White with #8BA31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA31F; }
p { color: rgb(139,163,31); }
H1.HeaderClassName
{
color: #8BA31F;
}
.AnyTagClassName
{
color: #8BA31F;
}
</style>
background-color css
<style>
a { background-color: #8BA31F; }
a { background-color: rgb(139,163,31); }
div.DivClassName
{
background-color: #8BA31F;
}
.BgClassName
{
background-color: #8BA31F;
}
</style>
border-color css
<style>
span { border-color: #8BA31F; }
span { border-color: rgb(139,163,31); }
td.TdClassName
{
border-color: #8BA31F;
}
.TagClassName
{
border-color: #8BA31F;
}
</style>