Shades of Citron #8BA11D
Tints of Citron #8BA11D
RGB
CMYK
RGB Variations
Color information
#8BA11D (or 0x8BA11D) is known color: Citron. HEX triplet: 8B, A1 and 1D. RGB value is (139,161,29). Sum of RGB (Red+Green+Blue) = 139+161+29=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA11D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA11D is #745EE2. Grayscale: #8B8B8B. Windows color (decimal): -7626467 or 1941899. OLE color: 1941899.
HSL color Cylindrical-coordinate representation of color #8BA11D: hue angle of 70º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8BA11D is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 161 | 29 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.37 |
| HSL | 70º | 0.69% | 0.37% | - |
| HSV(B) | 70º | 0.82% | 0.63% | - |
| XYZ | 23.61 | 31.07 | 5.91 | - |
| YUV | 139.37 | 65.71 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 161 | 29 | 0.14 | 0 | 0.82 | 0.37 | 70 | 0.69 | 0.37 |
| Hex | 8B | A1 | 1D | E | 0 | 52 | 25 | 46 | 45 | 25 |
| Octal | 213 | 241 | 35 | 16 | 0 | 122 | 45 | 106 | 105 | 45 |
| Binary | 10001011 | 10100001 | 11101 | 1110 | 0 | 1010010 | 100101 | 1000110 | 1000101 | 100101 |
Color Harmonies of #8BA11D
Complementary color
Monochromatic Colors of #8BA11D
Black with #8BA11D
Text Example
Text Example
White with #8BA11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA11D; }
p { color: rgb(139,161,29); }
H1.HeaderClassName
{
color: #8BA11D;
}
.AnyTagClassName
{
color: #8BA11D;
}
</style>
background-color css
<style>
a { background-color: #8BA11D; }
a { background-color: rgb(139,161,29); }
div.DivClassName
{
background-color: #8BA11D;
}
.BgClassName
{
background-color: #8BA11D;
}
</style>
border-color css
<style>
span { border-color: #8BA11D; }
span { border-color: rgb(139,161,29); }
td.TdClassName
{
border-color: #8BA11D;
}
.TagClassName
{
border-color: #8BA11D;
}
</style>