Shades of Citrus #8BA90C
Tints of Citrus #8BA90C
RGB
CMYK
RGB Variations
Color information
#8BA90C (or 0x8BA90C) is known color: Citrus. HEX triplet: 8B, A9 and 0C. RGB value is (139,169,12). Sum of RGB (Red+Green+Blue) = 139+169+12=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 169 (66.41% from 255 or 52.81% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA90C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA90C is #7456F3. Grayscale: #8E8E8E. Windows color (decimal): -7624436 or 829835. OLE color: 829835.
HSL color Cylindrical-coordinate representation of color #8BA90C: hue angle of 71.46º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8BA90C is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 169 | 12 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.34 |
| HSL | 71.46º | 0.87% | 0.35% | - |
| HSV(B) | 71.46º | 0.93% | 0.66% | - |
| XYZ | 24.9 | 33.89 | 5.58 | - |
| YUV | 142.13 | 54.56 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 169 | 12 | 0.18 | 0 | 0.93 | 0.34 | 71.46 | 0.87 | 0.35 |
| Hex | 8B | A9 | C | 12 | 0 | 5D | 22 | 47 | 57 | 23 |
| Octal | 213 | 251 | 14 | 22 | 0 | 135 | 42 | 107 | 127 | 43 |
| Binary | 10001011 | 10101001 | 1100 | 10010 | 0 | 1011101 | 100010 | 1000111 | 1010111 | 100011 |
Color Harmonies of #8BA90C
Complementary color
Monochromatic Colors of #8BA90C
Black with #8BA90C
Text Example
Text Example
White with #8BA90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA90C; }
p { color: rgb(139,169,12); }
H1.HeaderClassName
{
color: #8BA90C;
}
.AnyTagClassName
{
color: #8BA90C;
}
</style>
background-color css
<style>
a { background-color: #8BA90C; }
a { background-color: rgb(139,169,12); }
div.DivClassName
{
background-color: #8BA90C;
}
.BgClassName
{
background-color: #8BA90C;
}
</style>
border-color css
<style>
span { border-color: #8BA90C; }
span { border-color: rgb(139,169,12); }
td.TdClassName
{
border-color: #8BA90C;
}
.TagClassName
{
border-color: #8BA90C;
}
</style>