Shades of Citrus #8BAA0C
Tints of Citrus #8BAA0C
RGB
CMYK
RGB Variations
Color information
#8BAA0C (or 0x8BAA0C) is known color: Citrus. HEX triplet: 8B, AA and 0C. RGB value is (139,170,12). Sum of RGB (Red+Green+Blue) = 139+170+12=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAA0C is #7455F3. Grayscale: #8F8F8F. Windows color (decimal): -7624180 or 830091. OLE color: 830091.
HSL color Cylindrical-coordinate representation of color #8BAA0C: hue angle of 71.77º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8BAA0C is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 170 | 12 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.33 |
| HSL | 71.77º | 0.87% | 0.36% | - |
| HSV(B) | 71.77º | 0.93% | 0.67% | - |
| XYZ | 25.09 | 34.26 | 5.64 | - |
| YUV | 142.72 | 54.23 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 12 | 0.18 | 0 | 0.93 | 0.33 | 71.77 | 0.87 | 0.36 |
| Hex | 8B | AA | C | 12 | 0 | 5D | 21 | 48 | 57 | 24 |
| Octal | 213 | 252 | 14 | 22 | 0 | 135 | 41 | 110 | 127 | 44 |
| Binary | 10001011 | 10101010 | 1100 | 10010 | 0 | 1011101 | 100001 | 1001000 | 1010111 | 100100 |
Color Harmonies of #8BAA0C
Complementary color
Monochromatic Colors of #8BAA0C
Black with #8BAA0C
Text Example
Text Example
White with #8BAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAA0C; }
p { color: rgb(139,170,12); }
H1.HeaderClassName
{
color: #8BAA0C;
}
.AnyTagClassName
{
color: #8BAA0C;
}
</style>
background-color css
<style>
a { background-color: #8BAA0C; }
a { background-color: rgb(139,170,12); }
div.DivClassName
{
background-color: #8BAA0C;
}
.BgClassName
{
background-color: #8BAA0C;
}
</style>
border-color css
<style>
span { border-color: #8BAA0C; }
span { border-color: rgb(139,170,12); }
td.TdClassName
{
border-color: #8BAA0C;
}
.TagClassName
{
border-color: #8BAA0C;
}
</style>