Shades of Citrus #8BBE01
Tints of Citrus #8BBE01
RGB
CMYK
RGB Variations
Color information
#8BBE01 (or 0x8BBE01) is known color: Citrus. HEX triplet: 8B, BE and 01. RGB value is (139,190,1). Sum of RGB (Red+Green+Blue) = 139+190+1=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 190 (74.61% from 255 or 57.58% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBE01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BBE01 is #7441FE. Grayscale: #999999. Windows color (decimal): -7619071 or 114315. OLE color: 114315.
HSL color Cylindrical-coordinate representation of color #8BBE01: hue angle of 76.19º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8BBE01 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 190 | 1 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.25 |
| HSL | 76.19º | 0.99% | 0.37% | - |
| HSV(B) | 76.19º | 0.99% | 0.75% | - |
| XYZ | 29.07 | 42.32 | 6.66 | - |
| YUV | 153.21 | 42.1 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 1 | 0.27 | 0 | 0.99 | 0.25 | 76.19 | 0.99 | 0.37 |
| Hex | 8B | BE | 1 | 1B | 0 | 63 | 19 | 4C | 63 | 25 |
| Octal | 213 | 276 | 1 | 33 | 0 | 143 | 31 | 114 | 143 | 45 |
| Binary | 10001011 | 10111110 | 1 | 11011 | 0 | 1100011 | 11001 | 1001100 | 1100011 | 100101 |
Color Harmonies of #8BBE01
Complementary color
Monochromatic Colors of #8BBE01
Black with #8BBE01
Text Example
Text Example
White with #8BBE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBE01; }
p { color: rgb(139,190,1); }
H1.HeaderClassName
{
color: #8BBE01;
}
.AnyTagClassName
{
color: #8BBE01;
}
</style>
background-color css
<style>
a { background-color: #8BBE01; }
a { background-color: rgb(139,190,1); }
div.DivClassName
{
background-color: #8BBE01;
}
.BgClassName
{
background-color: #8BBE01;
}
</style>
border-color css
<style>
span { border-color: #8BBE01; }
span { border-color: rgb(139,190,1); }
td.TdClassName
{
border-color: #8BBE01;
}
.TagClassName
{
border-color: #8BBE01;
}
</style>