Shades of Citrus #89BC00
Tints of Citrus #89BC00
RGB
CMYK
RGB Variations
Color information
#89BC00 (or 0x89BC00) is known color: Citrus. HEX triplet: 89, BC and 00. RGB value is (137,188,0). Sum of RGB (Red+Green+Blue) = 137+188+0=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #89BC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89BC00 is #7643FF. Grayscale: #989898. Windows color (decimal): -7750656 or 48265. OLE color: 48265.
HSL color Cylindrical-coordinate representation of color #89BC00: hue angle of 76.28º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #89BC00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.26 |
| HSL | 76.28º | 1% | 0.37% | - |
| HSV(B) | 76.28º | 1% | 0.74% | - |
| XYZ | 28.3 | 41.28 | 6.48 | - |
| YUV | 151.32 | 42.6 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 0 | 0.27 | 0 | 1 | 0.26 | 76.28 | 1 | 0.37 |
| Hex | 89 | BC | 0 | 1B | 0 | 64 | 1A | 4C | 64 | 25 |
| Octal | 211 | 274 | 0 | 33 | 0 | 144 | 32 | 114 | 144 | 45 |
| Binary | 10001001 | 10111100 | 0 | 11011 | 0 | 1100100 | 11010 | 1001100 | 1100100 | 100101 |
Color Harmonies of #89BC00
Complementary color
Monochromatic Colors of #89BC00
Black with #89BC00
Text Example
Text Example
White with #89BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BC00; }
p { color: rgb(137,188,0); }
H1.HeaderClassName
{
color: #89BC00;
}
.AnyTagClassName
{
color: #89BC00;
}
</style>
background-color css
<style>
a { background-color: #89BC00; }
a { background-color: rgb(137,188,0); }
div.DivClassName
{
background-color: #89BC00;
}
.BgClassName
{
background-color: #89BC00;
}
</style>
border-color css
<style>
span { border-color: #89BC00; }
span { border-color: rgb(137,188,0); }
td.TdClassName
{
border-color: #89BC00;
}
.TagClassName
{
border-color: #89BC00;
}
</style>