Shades of Citrus #8BBB0F
Tints of Citrus #8BBB0F
RGB
CMYK
RGB Variations
Color information
#8BBB0F (or 0x8BBB0F) is known color: Citrus. HEX triplet: 8B, BB and 0F. RGB value is (139,187,15). Sum of RGB (Red+Green+Blue) = 139+187+15=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 187 (73.44% from 255 or 54.84% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBB0F is #7444F0. Grayscale: #999999. Windows color (decimal): -7619825 or 1031051. OLE color: 1031051.
HSL color Cylindrical-coordinate representation of color #8BBB0F: hue angle of 76.74º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8BBB0F is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 187 | 15 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.27 |
| HSL | 76.74º | 0.85% | 0.4% | - |
| HSV(B) | 76.74º | 0.92% | 0.73% | - |
| XYZ | 28.5 | 41.06 | 6.88 | - |
| YUV | 153.04 | 50.1 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 15 | 0.26 | 0 | 0.92 | 0.27 | 76.74 | 0.85 | 0.4 |
| Hex | 8B | BB | F | 1A | 0 | 5C | 1B | 4D | 55 | 28 |
| Octal | 213 | 273 | 17 | 32 | 0 | 134 | 33 | 115 | 125 | 50 |
| Binary | 10001011 | 10111011 | 1111 | 11010 | 0 | 1011100 | 11011 | 1001101 | 1010101 | 101000 |
Color Harmonies of #8BBB0F
Complementary color
Monochromatic Colors of #8BBB0F
Black with #8BBB0F
Text Example
Text Example
White with #8BBB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBB0F; }
p { color: rgb(139,187,15); }
H1.HeaderClassName
{
color: #8BBB0F;
}
.AnyTagClassName
{
color: #8BBB0F;
}
</style>
background-color css
<style>
a { background-color: #8BBB0F; }
a { background-color: rgb(139,187,15); }
div.DivClassName
{
background-color: #8BBB0F;
}
.BgClassName
{
background-color: #8BBB0F;
}
</style>
border-color css
<style>
span { border-color: #8BBB0F; }
span { border-color: rgb(139,187,15); }
td.TdClassName
{
border-color: #8BBB0F;
}
.TagClassName
{
border-color: #8BBB0F;
}
</style>