Shades of Citrus #8BB912
Tints of Citrus #8BB912
RGB
CMYK
RGB Variations
Color information
#8BB912 (or 0x8BB912) is known color: Citrus. HEX triplet: 8B, B9 and 12. RGB value is (139,185,18). Sum of RGB (Red+Green+Blue) = 139+185+18=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 185 (72.66% from 255 or 54.09% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB912 is #7446ED. Grayscale: #989898. Windows color (decimal): -7620334 or 1227147. OLE color: 1227147.
HSL color Cylindrical-coordinate representation of color #8BB912: hue angle of 76.53º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8BB912 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 185 | 18 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.27 |
| HSL | 76.53º | 0.82% | 0.4% | - |
| HSV(B) | 76.53º | 0.9% | 0.73% | - |
| XYZ | 28.11 | 40.23 | 6.86 | - |
| YUV | 152.21 | 52.26 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 185 | 18 | 0.25 | 0 | 0.90 | 0.27 | 76.53 | 0.82 | 0.4 |
| Hex | 8B | B9 | 12 | 19 | 0 | 5A | 1B | 4D | 52 | 28 |
| Octal | 213 | 271 | 22 | 31 | 0 | 132 | 33 | 115 | 122 | 50 |
| Binary | 10001011 | 10111001 | 10010 | 11001 | 0 | 1011010 | 11011 | 1001101 | 1010010 | 101000 |
Color Harmonies of #8BB912
Complementary color
Monochromatic Colors of #8BB912
Black with #8BB912
Text Example
Text Example
White with #8BB912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB912; }
p { color: rgb(139,185,18); }
H1.HeaderClassName
{
color: #8BB912;
}
.AnyTagClassName
{
color: #8BB912;
}
</style>
background-color css
<style>
a { background-color: #8BB912; }
a { background-color: rgb(139,185,18); }
div.DivClassName
{
background-color: #8BB912;
}
.BgClassName
{
background-color: #8BB912;
}
</style>
border-color css
<style>
span { border-color: #8BB912; }
span { border-color: rgb(139,185,18); }
td.TdClassName
{
border-color: #8BB912;
}
.TagClassName
{
border-color: #8BB912;
}
</style>