Shades of Citron #89A110
Tints of Citron #89A110
RGB
CMYK
RGB Variations
Color information
#89A110 (or 0x89A110) is known color: Citron. HEX triplet: 89, A1 and 10. RGB value is (137,161,16). Sum of RGB (Red+Green+Blue) = 137+161+16=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #89A110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89A110 is #765EEF. Grayscale: #898989. Windows color (decimal): -7757552 or 1089929. OLE color: 1089929.
HSL color Cylindrical-coordinate representation of color #89A110: hue angle of 69.93º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #89A110 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 161 | 16 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.37 |
| HSL | 69.93º | 0.82% | 0.35% | - |
| HSV(B) | 69.93º | 0.9% | 0.63% | - |
| XYZ | 23.15 | 30.85 | 5.22 | - |
| YUV | 137.29 | 59.55 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 16 | 0.15 | 0 | 0.90 | 0.37 | 69.93 | 0.82 | 0.35 |
| Hex | 89 | A1 | 10 | F | 0 | 5A | 25 | 46 | 52 | 23 |
| Octal | 211 | 241 | 20 | 17 | 0 | 132 | 45 | 106 | 122 | 43 |
| Binary | 10001001 | 10100001 | 10000 | 1111 | 0 | 1011010 | 100101 | 1000110 | 1010010 | 100011 |
Color Harmonies of #89A110
Complementary color
Monochromatic Colors of #89A110
Black with #89A110
Text Example
Text Example
White with #89A110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A110; }
p { color: rgb(137,161,16); }
H1.HeaderClassName
{
color: #89A110;
}
.AnyTagClassName
{
color: #89A110;
}
</style>
background-color css
<style>
a { background-color: #89A110; }
a { background-color: rgb(137,161,16); }
div.DivClassName
{
background-color: #89A110;
}
.BgClassName
{
background-color: #89A110;
}
</style>
border-color css
<style>
span { border-color: #89A110; }
span { border-color: rgb(137,161,16); }
td.TdClassName
{
border-color: #89A110;
}
.TagClassName
{
border-color: #89A110;
}
</style>