Shades of Citrus #89BA07
Tints of Citrus #89BA07
RGB
CMYK
RGB Variations
Color information
#89BA07 (or 0x89BA07) is known color: Citrus. HEX triplet: 89, BA and 07. RGB value is (137,186,7). Sum of RGB (Red+Green+Blue) = 137+186+7=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #89BA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89BA07 is #7645F8. Grayscale: #979797. Windows color (decimal): -7751161 or 506505. OLE color: 506505.
HSL color Cylindrical-coordinate representation of color #89BA07: hue angle of 76.42º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89BA07 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 186 | 7 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.27 |
| HSL | 76.42º | 0.93% | 0.38% | - |
| HSV(B) | 76.42º | 0.96% | 0.73% | - |
| XYZ | 27.91 | 40.45 | 6.54 | - |
| YUV | 150.94 | 46.77 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 7 | 0.26 | 0 | 0.96 | 0.27 | 76.42 | 0.93 | 0.38 |
| Hex | 89 | BA | 7 | 1A | 0 | 60 | 1B | 4C | 5D | 26 |
| Octal | 211 | 272 | 7 | 32 | 0 | 140 | 33 | 114 | 135 | 46 |
| Binary | 10001001 | 10111010 | 111 | 11010 | 0 | 1100000 | 11011 | 1001100 | 1011101 | 100110 |
Color Harmonies of #89BA07
Complementary color
Monochromatic Colors of #89BA07
Black with #89BA07
Text Example
Text Example
White with #89BA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BA07; }
p { color: rgb(137,186,7); }
H1.HeaderClassName
{
color: #89BA07;
}
.AnyTagClassName
{
color: #89BA07;
}
</style>
background-color css
<style>
a { background-color: #89BA07; }
a { background-color: rgb(137,186,7); }
div.DivClassName
{
background-color: #89BA07;
}
.BgClassName
{
background-color: #89BA07;
}
</style>
border-color css
<style>
span { border-color: #89BA07; }
span { border-color: rgb(137,186,7); }
td.TdClassName
{
border-color: #89BA07;
}
.TagClassName
{
border-color: #89BA07;
}
</style>