Shades of Citron #8BA40D
Tints of Citron #8BA40D
RGB
CMYK
RGB Variations
Color information
#8BA40D (or 0x8BA40D) is known color: Citron. HEX triplet: 8B, A4 and 0D. RGB value is (139,164,13). Sum of RGB (Red+Green+Blue) = 139+164+13=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 164 (64.45% from 255 or 51.90% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA40D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA40D is #745BF2. Grayscale: #8B8B8B. Windows color (decimal): -7625715 or 894091. OLE color: 894091.
HSL color Cylindrical-coordinate representation of color #8BA40D: hue angle of 69.93º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8BA40D is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 13 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.36 |
| HSL | 69.93º | 0.85% | 0.35% | - |
| HSV(B) | 69.93º | 0.92% | 0.64% | - |
| XYZ | 24 | 32.07 | 5.31 | - |
| YUV | 139.31 | 56.72 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 13 | 0.15 | 0 | 0.92 | 0.36 | 69.93 | 0.85 | 0.35 |
| Hex | 8B | A4 | D | F | 0 | 5C | 24 | 46 | 55 | 23 |
| Octal | 213 | 244 | 15 | 17 | 0 | 134 | 44 | 106 | 125 | 43 |
| Binary | 10001011 | 10100100 | 1101 | 1111 | 0 | 1011100 | 100100 | 1000110 | 1010101 | 100011 |
Color Harmonies of #8BA40D
Complementary color
Monochromatic Colors of #8BA40D
Black with #8BA40D
Text Example
Text Example
White with #8BA40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA40D; }
p { color: rgb(139,164,13); }
H1.HeaderClassName
{
color: #8BA40D;
}
.AnyTagClassName
{
color: #8BA40D;
}
</style>
background-color css
<style>
a { background-color: #8BA40D; }
a { background-color: rgb(139,164,13); }
div.DivClassName
{
background-color: #8BA40D;
}
.BgClassName
{
background-color: #8BA40D;
}
</style>
border-color css
<style>
span { border-color: #8BA40D; }
span { border-color: rgb(139,164,13); }
td.TdClassName
{
border-color: #8BA40D;
}
.TagClassName
{
border-color: #8BA40D;
}
</style>