Shades of Citrus #89BC01
Tints of Citrus #89BC01
RGB
CMYK
RGB Variations
Color information
#89BC01 (or 0x89BC01) is known color: Citrus. HEX triplet: 89, BC and 01. RGB value is (137,188,1). Sum of RGB (Red+Green+Blue) = 137+188+1=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #89BC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89BC01 is #7643FE. Grayscale: #989898. Windows color (decimal): -7750655 or 113801. OLE color: 113801.
HSL color Cylindrical-coordinate representation of color #89BC01: hue angle of 76.36º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89BC01 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 1 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.26 |
| HSL | 76.36º | 0.99% | 0.37% | - |
| HSV(B) | 76.36º | 0.99% | 0.74% | - |
| XYZ | 28.31 | 41.29 | 6.51 | - |
| YUV | 151.43 | 43.1 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 1 | 0.27 | 0 | 0.99 | 0.26 | 76.36 | 0.99 | 0.37 |
| Hex | 89 | BC | 1 | 1B | 0 | 63 | 1A | 4C | 63 | 25 |
| Octal | 211 | 274 | 1 | 33 | 0 | 143 | 32 | 114 | 143 | 45 |
| Binary | 10001001 | 10111100 | 1 | 11011 | 0 | 1100011 | 11010 | 1001100 | 1100011 | 100101 |
Color Harmonies of #89BC01
Complementary color
Monochromatic Colors of #89BC01
Black with #89BC01
Text Example
Text Example
White with #89BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BC01; }
p { color: rgb(137,188,1); }
H1.HeaderClassName
{
color: #89BC01;
}
.AnyTagClassName
{
color: #89BC01;
}
</style>
background-color css
<style>
a { background-color: #89BC01; }
a { background-color: rgb(137,188,1); }
div.DivClassName
{
background-color: #89BC01;
}
.BgClassName
{
background-color: #89BC01;
}
</style>
border-color css
<style>
span { border-color: #89BC01; }
span { border-color: rgb(137,188,1); }
td.TdClassName
{
border-color: #89BC01;
}
.TagClassName
{
border-color: #89BC01;
}
</style>