Shades of Citrus #8BAC00
Tints of Citrus #8BAC00
RGB
CMYK
RGB Variations
Color information
#8BAC00 (or 0x8BAC00) is known color: Citrus. HEX triplet: 8B, AC and 00. RGB value is (139,172,0). Sum of RGB (Red+Green+Blue) = 139+172+0=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAC00 is #7453FF. Grayscale: #8F8F8F. Windows color (decimal): -7623680 or 44171. OLE color: 44171.
HSL color Cylindrical-coordinate representation of color #8BAC00: hue angle of 71.51º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8BAC00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 172 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.33 |
| HSL | 71.51º | 1% | 0.34% | - |
| HSV(B) | 71.51º | 1% | 0.67% | - |
| XYZ | 25.4 | 34.99 | 5.42 | - |
| YUV | 142.53 | 47.57 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 0 | 0.19 | 0 | 1 | 0.33 | 71.51 | 1 | 0.34 |
| Hex | 8B | AC | 0 | 13 | 0 | 64 | 21 | 48 | 64 | 22 |
| Octal | 213 | 254 | 0 | 23 | 0 | 144 | 41 | 110 | 144 | 42 |
| Binary | 10001011 | 10101100 | 0 | 10011 | 0 | 1100100 | 100001 | 1001000 | 1100100 | 100010 |
Color Harmonies of #8BAC00
Complementary color
Monochromatic Colors of #8BAC00
Black with #8BAC00
Text Example
Text Example
White with #8BAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAC00; }
p { color: rgb(139,172,0); }
H1.HeaderClassName
{
color: #8BAC00;
}
.AnyTagClassName
{
color: #8BAC00;
}
</style>
background-color css
<style>
a { background-color: #8BAC00; }
a { background-color: rgb(139,172,0); }
div.DivClassName
{
background-color: #8BAC00;
}
.BgClassName
{
background-color: #8BAC00;
}
</style>
border-color css
<style>
span { border-color: #8BAC00; }
span { border-color: rgb(139,172,0); }
td.TdClassName
{
border-color: #8BAC00;
}
.TagClassName
{
border-color: #8BAC00;
}
</style>