Shades of Citron #89A11C
Tints of Citron #89A11C
RGB
CMYK
RGB Variations
Color information
#89A11C (or 0x89A11C) is known color: Citron. HEX triplet: 89, A1 and 1C. RGB value is (137,161,28). Sum of RGB (Red+Green+Blue) = 137+161+28=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #89A11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A11C is #765EE3. Grayscale: #8B8B8B. Windows color (decimal): -7757540 or 1876361. OLE color: 1876361.
HSL color Cylindrical-coordinate representation of color #89A11C: hue angle of 70.83º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #89A11C is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 161 | 28 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.37 |
| HSL | 70.83º | 0.7% | 0.37% | - |
| HSV(B) | 70.83º | 0.83% | 0.63% | - |
| XYZ | 23.27 | 30.89 | 5.83 | - |
| YUV | 138.66 | 65.55 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 28 | 0.15 | 0 | 0.83 | 0.37 | 70.83 | 0.7 | 0.37 |
| Hex | 89 | A1 | 1C | F | 0 | 53 | 25 | 47 | 46 | 25 |
| Octal | 211 | 241 | 34 | 17 | 0 | 123 | 45 | 107 | 106 | 45 |
| Binary | 10001001 | 10100001 | 11100 | 1111 | 0 | 1010011 | 100101 | 1000111 | 1000110 | 100101 |
Color Harmonies of #89A11C
Complementary color
Monochromatic Colors of #89A11C
Black with #89A11C
Text Example
Text Example
White with #89A11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A11C; }
p { color: rgb(137,161,28); }
H1.HeaderClassName
{
color: #89A11C;
}
.AnyTagClassName
{
color: #89A11C;
}
</style>
background-color css
<style>
a { background-color: #89A11C; }
a { background-color: rgb(137,161,28); }
div.DivClassName
{
background-color: #89A11C;
}
.BgClassName
{
background-color: #89A11C;
}
</style>
border-color css
<style>
span { border-color: #89A11C; }
span { border-color: rgb(137,161,28); }
td.TdClassName
{
border-color: #89A11C;
}
.TagClassName
{
border-color: #89A11C;
}
</style>