Shades of Citron #89980B
Tints of Citron #89980B
RGB
CMYK
RGB Variations
Color information
#89980B (or 0x89980B) is known color: Citron. HEX triplet: 89, 98 and 0B. RGB value is (137,152,11). Sum of RGB (Red+Green+Blue) = 137+152+11=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #89980B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89980B is #7667F4. Grayscale: #838383. Windows color (decimal): -7759861 or 759945. OLE color: 759945.
HSL color Cylindrical-coordinate representation of color #89980B: hue angle of 66.38º degrees, saturation: 0.87, 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 #89980B is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 152 | 11 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.40 |
| HSL | 66.38º | 0.87% | 0.32% | - |
| HSV(B) | 66.38º | 0.93% | 0.6% | - |
| XYZ | 21.61 | 27.8 | 4.54 | - |
| YUV | 131.44 | 60.03 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 152 | 11 | 0.10 | 0 | 0.93 | 0.40 | 66.38 | 0.87 | 0.32 |
| Hex | 89 | 98 | B | A | 0 | 5D | 28 | 42 | 57 | 20 |
| Octal | 211 | 230 | 13 | 12 | 0 | 135 | 50 | 102 | 127 | 40 |
| Binary | 10001001 | 10011000 | 1011 | 1010 | 0 | 1011101 | 101000 | 1000010 | 1010111 | 100000 |
Color Harmonies of #89980B
Complementary color
Monochromatic Colors of #89980B
Black with #89980B
Text Example
Text Example
White with #89980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89980B; }
p { color: rgb(137,152,11); }
H1.HeaderClassName
{
color: #89980B;
}
.AnyTagClassName
{
color: #89980B;
}
</style>
background-color css
<style>
a { background-color: #89980B; }
a { background-color: rgb(137,152,11); }
div.DivClassName
{
background-color: #89980B;
}
.BgClassName
{
background-color: #89980B;
}
</style>
border-color css
<style>
span { border-color: #89980B; }
span { border-color: rgb(137,152,11); }
td.TdClassName
{
border-color: #89980B;
}
.TagClassName
{
border-color: #89980B;
}
</style>