Shades of Citrus #89BA08
Tints of Citrus #89BA08
RGB
CMYK
RGB Variations
Color information
#89BA08 (or 0x89BA08) is known color: Citrus. HEX triplet: 89, BA and 08. RGB value is (137,186,8). Sum of RGB (Red+Green+Blue) = 137+186+8=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #89BA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89BA08 is #7645F7. Grayscale: #979797. Windows color (decimal): -7751160 or 572041. OLE color: 572041.
HSL color Cylindrical-coordinate representation of color #89BA08: hue angle of 76.52º degrees, saturation: 0.92, 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 #89BA08 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 186 | 8 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.27 |
| HSL | 76.52º | 0.92% | 0.38% | - |
| HSV(B) | 76.52º | 0.96% | 0.73% | - |
| XYZ | 27.92 | 40.45 | 6.57 | - |
| YUV | 151.06 | 47.27 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 8 | 0.26 | 0 | 0.96 | 0.27 | 76.52 | 0.92 | 0.38 |
| Hex | 89 | BA | 8 | 1A | 0 | 60 | 1B | 4D | 5C | 26 |
| Octal | 211 | 272 | 10 | 32 | 0 | 140 | 33 | 115 | 134 | 46 |
| Binary | 10001001 | 10111010 | 1000 | 11010 | 0 | 1100000 | 11011 | 1001101 | 1011100 | 100110 |
Color Harmonies of #89BA08
Complementary color
Monochromatic Colors of #89BA08
Black with #89BA08
Text Example
Text Example
White with #89BA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BA08; }
p { color: rgb(137,186,8); }
H1.HeaderClassName
{
color: #89BA08;
}
.AnyTagClassName
{
color: #89BA08;
}
</style>
background-color css
<style>
a { background-color: #89BA08; }
a { background-color: rgb(137,186,8); }
div.DivClassName
{
background-color: #89BA08;
}
.BgClassName
{
background-color: #89BA08;
}
</style>
border-color css
<style>
span { border-color: #89BA08; }
span { border-color: rgb(137,186,8); }
td.TdClassName
{
border-color: #89BA08;
}
.TagClassName
{
border-color: #89BA08;
}
</style>