Shades of Citron #89940E
Tints of Citron #89940E
RGB
CMYK
RGB Variations
Color information
#89940E (or 0x89940E) is known color: Citron. HEX triplet: 89, 94 and 0E. RGB value is (137,148,14). Sum of RGB (Red+Green+Blue) = 137+148+14=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #89940E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89940E is #766BF1. Grayscale: #818181. Windows color (decimal): -7760882 or 955529. OLE color: 955529.
HSL color Cylindrical-coordinate representation of color #89940E: hue angle of 64.93º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89940E is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 148 | 14 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.42 |
| HSL | 64.93º | 0.83% | 0.32% | - |
| HSV(B) | 64.93º | 0.91% | 0.58% | - |
| XYZ | 20.99 | 26.53 | 4.43 | - |
| YUV | 129.44 | 62.86 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 14 | 0.07 | 0 | 0.91 | 0.42 | 64.93 | 0.83 | 0.32 |
| Hex | 89 | 94 | E | 7 | 0 | 5B | 2A | 41 | 53 | 20 |
| Octal | 211 | 224 | 16 | 7 | 0 | 133 | 52 | 101 | 123 | 40 |
| Binary | 10001001 | 10010100 | 1110 | 111 | 0 | 1011011 | 101010 | 1000001 | 1010011 | 100000 |
Color Harmonies of #89940E
Complementary color
Monochromatic Colors of #89940E
Black with #89940E
Text Example
Text Example
White with #89940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89940E; }
p { color: rgb(137,148,14); }
H1.HeaderClassName
{
color: #89940E;
}
.AnyTagClassName
{
color: #89940E;
}
</style>
background-color css
<style>
a { background-color: #89940E; }
a { background-color: rgb(137,148,14); }
div.DivClassName
{
background-color: #89940E;
}
.BgClassName
{
background-color: #89940E;
}
</style>
border-color css
<style>
span { border-color: #89940E; }
span { border-color: rgb(137,148,14); }
td.TdClassName
{
border-color: #89940E;
}
.TagClassName
{
border-color: #89940E;
}
</style>