Shades of Citrus #89BD10
Tints of Citrus #89BD10
RGB
CMYK
RGB Variations
Color information
#89BD10 (or 0x89BD10) is known color: Citrus. HEX triplet: 89, BD and 10. RGB value is (137,189,16). Sum of RGB (Red+Green+Blue) = 137+189+16=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 189 (74.22% from 255 or 55.26% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 189 - color contains mainly: green. Hex color #89BD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89BD10 is #7642EF. Grayscale: #9A9A9A. Windows color (decimal): -7750384 or 1097097. OLE color: 1097097.
HSL color Cylindrical-coordinate representation of color #89BD10: hue angle of 78.03º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89BD10 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 189 | 16 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.26 |
| HSL | 78.03º | 0.84% | 0.4% | - |
| HSV(B) | 78.03º | 0.92% | 0.74% | - |
| XYZ | 28.61 | 41.75 | 7.04 | - |
| YUV | 153.73 | 50.27 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 16 | 0.28 | 0 | 0.92 | 0.26 | 78.03 | 0.84 | 0.4 |
| Hex | 89 | BD | 10 | 1C | 0 | 5C | 1A | 4E | 54 | 28 |
| Octal | 211 | 275 | 20 | 34 | 0 | 134 | 32 | 116 | 124 | 50 |
| Binary | 10001001 | 10111101 | 10000 | 11100 | 0 | 1011100 | 11010 | 1001110 | 1010100 | 101000 |
Color Harmonies of #89BD10
Complementary color
Monochromatic Colors of #89BD10
Black with #89BD10
Text Example
Text Example
White with #89BD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BD10; }
p { color: rgb(137,189,16); }
H1.HeaderClassName
{
color: #89BD10;
}
.AnyTagClassName
{
color: #89BD10;
}
</style>
background-color css
<style>
a { background-color: #89BD10; }
a { background-color: rgb(137,189,16); }
div.DivClassName
{
background-color: #89BD10;
}
.BgClassName
{
background-color: #89BD10;
}
</style>
border-color css
<style>
span { border-color: #89BD10; }
span { border-color: rgb(137,189,16); }
td.TdClassName
{
border-color: #89BD10;
}
.TagClassName
{
border-color: #89BD10;
}
</style>