Shades of Citrus #8BAB0C
Tints of Citrus #8BAB0C
RGB
CMYK
RGB Variations
Color information
#8BAB0C (or 0x8BAB0C) is known color: Citrus. HEX triplet: 8B, AB and 0C. RGB value is (139,171,12). Sum of RGB (Red+Green+Blue) = 139+171+12=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #8BAB0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAB0C is #7454F3. Grayscale: #8F8F8F. Windows color (decimal): -7623924 or 830347. OLE color: 830347.
HSL color Cylindrical-coordinate representation of color #8BAB0C: hue angle of 72.08º 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 #8BAB0C is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 171 | 12 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.33 |
| HSL | 72.08º | 0.87% | 0.36% | - |
| HSV(B) | 72.08º | 0.93% | 0.67% | - |
| XYZ | 25.28 | 34.64 | 5.7 | - |
| YUV | 143.31 | 53.9 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 12 | 0.19 | 0 | 0.93 | 0.33 | 72.08 | 0.87 | 0.36 |
| Hex | 8B | AB | C | 13 | 0 | 5D | 21 | 48 | 57 | 24 |
| Octal | 213 | 253 | 14 | 23 | 0 | 135 | 41 | 110 | 127 | 44 |
| Binary | 10001011 | 10101011 | 1100 | 10011 | 0 | 1011101 | 100001 | 1001000 | 1010111 | 100100 |
Color Harmonies of #8BAB0C
Complementary color
Monochromatic Colors of #8BAB0C
Black with #8BAB0C
Text Example
Text Example
White with #8BAB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAB0C; }
p { color: rgb(139,171,12); }
H1.HeaderClassName
{
color: #8BAB0C;
}
.AnyTagClassName
{
color: #8BAB0C;
}
</style>
background-color css
<style>
a { background-color: #8BAB0C; }
a { background-color: rgb(139,171,12); }
div.DivClassName
{
background-color: #8BAB0C;
}
.BgClassName
{
background-color: #8BAB0C;
}
</style>
border-color css
<style>
span { border-color: #8BAB0C; }
span { border-color: rgb(139,171,12); }
td.TdClassName
{
border-color: #8BAB0C;
}
.TagClassName
{
border-color: #8BAB0C;
}
</style>