Shades of Citron #89A518
Tints of Citron #89A518
RGB
CMYK
RGB Variations
Color information
#89A518 (or 0x89A518) is known color: Citron. HEX triplet: 89, A5 and 18. RGB value is (137,165,24). Sum of RGB (Red+Green+Blue) = 137+165+24=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #89A518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89A518 is #765AE7. Grayscale: #8D8D8D. Windows color (decimal): -7756520 or 1615241. OLE color: 1615241.
HSL color Cylindrical-coordinate representation of color #89A518: hue angle of 71.91º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #89A518 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 165 | 24 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.35 |
| HSL | 71.91º | 0.75% | 0.37% | - |
| HSV(B) | 71.91º | 0.85% | 0.65% | - |
| XYZ | 23.94 | 32.29 | 5.84 | - |
| YUV | 140.55 | 62.22 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 165 | 24 | 0.17 | 0 | 0.85 | 0.35 | 71.91 | 0.75 | 0.37 |
| Hex | 89 | A5 | 18 | 11 | 0 | 55 | 23 | 48 | 4B | 25 |
| Octal | 211 | 245 | 30 | 21 | 0 | 125 | 43 | 110 | 113 | 45 |
| Binary | 10001001 | 10100101 | 11000 | 10001 | 0 | 1010101 | 100011 | 1001000 | 1001011 | 100101 |
Color Harmonies of #89A518
Complementary color
Monochromatic Colors of #89A518
Black with #89A518
Text Example
Text Example
White with #89A518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A518; }
p { color: rgb(137,165,24); }
H1.HeaderClassName
{
color: #89A518;
}
.AnyTagClassName
{
color: #89A518;
}
</style>
background-color css
<style>
a { background-color: #89A518; }
a { background-color: rgb(137,165,24); }
div.DivClassName
{
background-color: #89A518;
}
.BgClassName
{
background-color: #89A518;
}
</style>
border-color css
<style>
span { border-color: #89A518; }
span { border-color: rgb(137,165,24); }
td.TdClassName
{
border-color: #89A518;
}
.TagClassName
{
border-color: #89A518;
}
</style>