Shades of Citrus #8BBA05
Tints of Citrus #8BBA05
RGB
CMYK
RGB Variations
Color information
#8BBA05 (or 0x8BBA05) is known color: Citrus. HEX triplet: 8B, BA and 05. RGB value is (139,186,5). Sum of RGB (Red+Green+Blue) = 139+186+5=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBA05 is #7445FA. Grayscale: #979797. Windows color (decimal): -7620091 or 375435. OLE color: 375435.
HSL color Cylindrical-coordinate representation of color #8BBA05: hue angle of 75.58º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8BBA05 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 5 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.27 |
| HSL | 75.58º | 0.95% | 0.37% | - |
| HSV(B) | 75.58º | 0.97% | 0.73% | - |
| XYZ | 28.23 | 40.62 | 6.5 | - |
| YUV | 151.31 | 45.43 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 5 | 0.25 | 0 | 0.97 | 0.27 | 75.58 | 0.95 | 0.37 |
| Hex | 8B | BA | 5 | 19 | 0 | 61 | 1B | 4C | 5F | 25 |
| Octal | 213 | 272 | 5 | 31 | 0 | 141 | 33 | 114 | 137 | 45 |
| Binary | 10001011 | 10111010 | 101 | 11001 | 0 | 1100001 | 11011 | 1001100 | 1011111 | 100101 |
Color Harmonies of #8BBA05
Complementary color
Monochromatic Colors of #8BBA05
Black with #8BBA05
Text Example
Text Example
White with #8BBA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA05; }
p { color: rgb(139,186,5); }
H1.HeaderClassName
{
color: #8BBA05;
}
.AnyTagClassName
{
color: #8BBA05;
}
</style>
background-color css
<style>
a { background-color: #8BBA05; }
a { background-color: rgb(139,186,5); }
div.DivClassName
{
background-color: #8BBA05;
}
.BgClassName
{
background-color: #8BBA05;
}
</style>
border-color css
<style>
span { border-color: #8BBA05; }
span { border-color: rgb(139,186,5); }
td.TdClassName
{
border-color: #8BBA05;
}
.TagClassName
{
border-color: #8BBA05;
}
</style>