Shades of Citron #8BA31B
Tints of Citron #8BA31B
RGB
CMYK
RGB Variations
Color information
#8BA31B (or 0x8BA31B) is known color: Citron. HEX triplet: 8B, A3 and 1B. RGB value is (139,163,27). Sum of RGB (Red+Green+Blue) = 139+163+27=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 163 (64.06% from 255 or 49.54% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA31B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA31B is #745CE4. Grayscale: #8C8C8C. Windows color (decimal): -7625957 or 1811339. OLE color: 1811339.
HSL color Cylindrical-coordinate representation of color #8BA31B: hue angle of 70.59º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8BA31B is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 27 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.36 |
| HSL | 70.59º | 0.72% | 0.37% | - |
| HSV(B) | 70.59º | 0.83% | 0.64% | - |
| XYZ | 23.94 | 31.76 | 5.91 | - |
| YUV | 140.32 | 64.05 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 27 | 0.15 | 0 | 0.83 | 0.36 | 70.59 | 0.72 | 0.37 |
| Hex | 8B | A3 | 1B | F | 0 | 53 | 24 | 47 | 48 | 25 |
| Octal | 213 | 243 | 33 | 17 | 0 | 123 | 44 | 107 | 110 | 45 |
| Binary | 10001011 | 10100011 | 11011 | 1111 | 0 | 1010011 | 100100 | 1000111 | 1001000 | 100101 |
Color Harmonies of #8BA31B
Complementary color
Monochromatic Colors of #8BA31B
Black with #8BA31B
Text Example
Text Example
White with #8BA31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA31B; }
p { color: rgb(139,163,27); }
H1.HeaderClassName
{
color: #8BA31B;
}
.AnyTagClassName
{
color: #8BA31B;
}
</style>
background-color css
<style>
a { background-color: #8BA31B; }
a { background-color: rgb(139,163,27); }
div.DivClassName
{
background-color: #8BA31B;
}
.BgClassName
{
background-color: #8BA31B;
}
</style>
border-color css
<style>
span { border-color: #8BA31B; }
span { border-color: rgb(139,163,27); }
td.TdClassName
{
border-color: #8BA31B;
}
.TagClassName
{
border-color: #8BA31B;
}
</style>