Shades of Citrus #8BB210
Tints of Citrus #8BB210
RGB
CMYK
RGB Variations
Color information
#8BB210 (or 0x8BB210) is known color: Citrus. HEX triplet: 8B, B2 and 10. RGB value is (139,178,16). Sum of RGB (Red+Green+Blue) = 139+178+16=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 178 (69.92% from 255 or 53.45% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BB210 is #744DEF. Grayscale: #949494. Windows color (decimal): -7622128 or 1094283. OLE color: 1094283.
HSL color Cylindrical-coordinate representation of color #8BB210: hue angle of 74.44º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8BB210 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 178 | 16 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.30 |
| HSL | 74.44º | 0.84% | 0.38% | - |
| HSV(B) | 74.44º | 0.91% | 0.7% | - |
| XYZ | 26.66 | 37.37 | 6.3 | - |
| YUV | 147.87 | 53.58 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 178 | 16 | 0.22 | 0 | 0.91 | 0.30 | 74.44 | 0.84 | 0.38 |
| Hex | 8B | B2 | 10 | 16 | 0 | 5B | 1E | 4A | 54 | 26 |
| Octal | 213 | 262 | 20 | 26 | 0 | 133 | 36 | 112 | 124 | 46 |
| Binary | 10001011 | 10110010 | 10000 | 10110 | 0 | 1011011 | 11110 | 1001010 | 1010100 | 100110 |
Color Harmonies of #8BB210
Complementary color
Monochromatic Colors of #8BB210
Black with #8BB210
Text Example
Text Example
White with #8BB210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB210; }
p { color: rgb(139,178,16); }
H1.HeaderClassName
{
color: #8BB210;
}
.AnyTagClassName
{
color: #8BB210;
}
</style>
background-color css
<style>
a { background-color: #8BB210; }
a { background-color: rgb(139,178,16); }
div.DivClassName
{
background-color: #8BB210;
}
.BgClassName
{
background-color: #8BB210;
}
</style>
border-color css
<style>
span { border-color: #8BB210; }
span { border-color: rgb(139,178,16); }
td.TdClassName
{
border-color: #8BB210;
}
.TagClassName
{
border-color: #8BB210;
}
</style>