Shades of Citron #89990F
Tints of Citron #89990F
RGB
CMYK
RGB Variations
Color information
#89990F (or 0x89990F) is known color: Citron. HEX triplet: 89, 99 and 0F. RGB value is (137,153,15). Sum of RGB (Red+Green+Blue) = 137+153+15=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #89990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89990F is #7666F0. Grayscale: #858585. Windows color (decimal): -7759601 or 1022345. OLE color: 1022345.
HSL color Cylindrical-coordinate representation of color #89990F: hue angle of 66.96º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #89990F is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 153 | 15 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.4 |
| HSL | 66.96º | 0.82% | 0.33% | - |
| HSV(B) | 66.96º | 0.9% | 0.6% | - |
| XYZ | 21.79 | 28.14 | 4.73 | - |
| YUV | 132.48 | 61.7 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 153 | 15 | 0.10 | 0 | 0.90 | 0.4 | 66.96 | 0.82 | 0.33 |
| Hex | 89 | 99 | F | A | 0 | 5A | 28 | 43 | 52 | 21 |
| Octal | 211 | 231 | 17 | 12 | 0 | 132 | 50 | 103 | 122 | 41 |
| Binary | 10001001 | 10011001 | 1111 | 1010 | 0 | 1011010 | 101000 | 1000011 | 1010010 | 100001 |
Color Harmonies of #89990F
Complementary color
Monochromatic Colors of #89990F
Black with #89990F
Text Example
Text Example
White with #89990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89990F; }
p { color: rgb(137,153,15); }
H1.HeaderClassName
{
color: #89990F;
}
.AnyTagClassName
{
color: #89990F;
}
</style>
background-color css
<style>
a { background-color: #89990F; }
a { background-color: rgb(137,153,15); }
div.DivClassName
{
background-color: #89990F;
}
.BgClassName
{
background-color: #89990F;
}
</style>
border-color css
<style>
span { border-color: #89990F; }
span { border-color: rgb(137,153,15); }
td.TdClassName
{
border-color: #89990F;
}
.TagClassName
{
border-color: #89990F;
}
</style>