Shades of Citron #89980A
Tints of Citron #89980A
RGB
CMYK
RGB Variations
Color information
#89980A (or 0x89980A) is known color: Citron. HEX triplet: 89, 98 and 0A. RGB value is (137,152,10). Sum of RGB (Red+Green+Blue) = 137+152+10=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 152 (59.77% from 255 or 50.84% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 152 - color contains mainly: green. Hex color #89980A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89980A is #7667F5. Grayscale: #838383. Windows color (decimal): -7759862 or 694409. OLE color: 694409.
HSL color Cylindrical-coordinate representation of color #89980A: hue angle of 66.34º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89980A is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 152 | 10 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.40 |
| HSL | 66.34º | 0.88% | 0.32% | - |
| HSV(B) | 66.34º | 0.93% | 0.6% | - |
| XYZ | 21.6 | 27.8 | 4.51 | - |
| YUV | 131.33 | 59.53 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 152 | 10 | 0.10 | 0 | 0.93 | 0.40 | 66.34 | 0.88 | 0.32 |
| Hex | 89 | 98 | A | A | 0 | 5D | 28 | 42 | 58 | 20 |
| Octal | 211 | 230 | 12 | 12 | 0 | 135 | 50 | 102 | 130 | 40 |
| Binary | 10001001 | 10011000 | 1010 | 1010 | 0 | 1011101 | 101000 | 1000010 | 1011000 | 100000 |
Color Harmonies of #89980A
Complementary color
Monochromatic Colors of #89980A
Black with #89980A
Text Example
Text Example
White with #89980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89980A; }
p { color: rgb(137,152,10); }
H1.HeaderClassName
{
color: #89980A;
}
.AnyTagClassName
{
color: #89980A;
}
</style>
background-color css
<style>
a { background-color: #89980A; }
a { background-color: rgb(137,152,10); }
div.DivClassName
{
background-color: #89980A;
}
.BgClassName
{
background-color: #89980A;
}
</style>
border-color css
<style>
span { border-color: #89980A; }
span { border-color: rgb(137,152,10); }
td.TdClassName
{
border-color: #89980A;
}
.TagClassName
{
border-color: #89980A;
}
</style>