Shades of Citron #89A115
Tints of Citron #89A115
RGB
CMYK
RGB Variations
Color information
#89A115 (or 0x89A115) is known color: Citron. HEX triplet: 89, A1 and 15. RGB value is (137,161,21). Sum of RGB (Red+Green+Blue) = 137+161+21=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #89A115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89A115 is #765EEA. Grayscale: #8A8A8A. Windows color (decimal): -7757547 or 1417609. OLE color: 1417609.
HSL color Cylindrical-coordinate representation of color #89A115: hue angle of 70.29º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #89A115 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 161 | 21 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.37 |
| HSL | 70.29º | 0.77% | 0.36% | - |
| HSV(B) | 70.29º | 0.87% | 0.63% | - |
| XYZ | 23.2 | 30.86 | 5.44 | - |
| YUV | 137.86 | 62.05 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 21 | 0.15 | 0 | 0.87 | 0.37 | 70.29 | 0.77 | 0.36 |
| Hex | 89 | A1 | 15 | F | 0 | 57 | 25 | 46 | 4D | 24 |
| Octal | 211 | 241 | 25 | 17 | 0 | 127 | 45 | 106 | 115 | 44 |
| Binary | 10001001 | 10100001 | 10101 | 1111 | 0 | 1010111 | 100101 | 1000110 | 1001101 | 100100 |
Color Harmonies of #89A115
Complementary color
Monochromatic Colors of #89A115
Black with #89A115
Text Example
Text Example
White with #89A115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A115; }
p { color: rgb(137,161,21); }
H1.HeaderClassName
{
color: #89A115;
}
.AnyTagClassName
{
color: #89A115;
}
</style>
background-color css
<style>
a { background-color: #89A115; }
a { background-color: rgb(137,161,21); }
div.DivClassName
{
background-color: #89A115;
}
.BgClassName
{
background-color: #89A115;
}
</style>
border-color css
<style>
span { border-color: #89A115; }
span { border-color: rgb(137,161,21); }
td.TdClassName
{
border-color: #89A115;
}
.TagClassName
{
border-color: #89A115;
}
</style>