Shades of Citrus #8BAC01
Tints of Citrus #8BAC01
RGB
CMYK
RGB Variations
Color information
#8BAC01 (or 0x8BAC01) is known color: Citrus. HEX triplet: 8B, AC and 01. RGB value is (139,172,1). Sum of RGB (Red+Green+Blue) = 139+172+1=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #8BAC01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAC01 is #7453FE. Grayscale: #8F8F8F. Windows color (decimal): -7623679 or 109707. OLE color: 109707.
HSL color Cylindrical-coordinate representation of color #8BAC01: hue angle of 71.58º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8BAC01 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 172 | 1 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.33 |
| HSL | 71.58º | 0.99% | 0.34% | - |
| HSV(B) | 71.58º | 0.99% | 0.67% | - |
| XYZ | 25.41 | 35 | 5.44 | - |
| YUV | 142.64 | 48.07 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 1 | 0.19 | 0 | 0.99 | 0.33 | 71.58 | 0.99 | 0.34 |
| Hex | 8B | AC | 1 | 13 | 0 | 63 | 21 | 48 | 63 | 22 |
| Octal | 213 | 254 | 1 | 23 | 0 | 143 | 41 | 110 | 143 | 42 |
| Binary | 10001011 | 10101100 | 1 | 10011 | 0 | 1100011 | 100001 | 1001000 | 1100011 | 100010 |
Color Harmonies of #8BAC01
Complementary color
Monochromatic Colors of #8BAC01
Black with #8BAC01
Text Example
Text Example
White with #8BAC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAC01; }
p { color: rgb(139,172,1); }
H1.HeaderClassName
{
color: #8BAC01;
}
.AnyTagClassName
{
color: #8BAC01;
}
</style>
background-color css
<style>
a { background-color: #8BAC01; }
a { background-color: rgb(139,172,1); }
div.DivClassName
{
background-color: #8BAC01;
}
.BgClassName
{
background-color: #8BAC01;
}
</style>
border-color css
<style>
span { border-color: #8BAC01; }
span { border-color: rgb(139,172,1); }
td.TdClassName
{
border-color: #8BAC01;
}
.TagClassName
{
border-color: #8BAC01;
}
</style>