Shades of Citron #89960B
Tints of Citron #89960B
RGB
CMYK
RGB Variations
Color information
#89960B (or 0x89960B) is known color: Citron. HEX triplet: 89, 96 and 0B. RGB value is (137,150,11). Sum of RGB (Red+Green+Blue) = 137+150+11=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #89960B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89960B is #7669F4. Grayscale: #828282. Windows color (decimal): -7760373 or 759433. OLE color: 759433.
HSL color Cylindrical-coordinate representation of color #89960B: hue angle of 65.61º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89960B is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 150 | 11 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.41 |
| HSL | 65.61º | 0.86% | 0.32% | - |
| HSV(B) | 65.61º | 0.93% | 0.59% | - |
| XYZ | 21.28 | 27.16 | 4.44 | - |
| YUV | 130.27 | 60.69 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 11 | 0.09 | 0 | 0.93 | 0.41 | 65.61 | 0.86 | 0.32 |
| Hex | 89 | 96 | B | 9 | 0 | 5D | 29 | 42 | 56 | 20 |
| Octal | 211 | 226 | 13 | 11 | 0 | 135 | 51 | 102 | 126 | 40 |
| Binary | 10001001 | 10010110 | 1011 | 1001 | 0 | 1011101 | 101001 | 1000010 | 1010110 | 100000 |
Color Harmonies of #89960B
Complementary color
Monochromatic Colors of #89960B
Black with #89960B
Text Example
Text Example
White with #89960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89960B; }
p { color: rgb(137,150,11); }
H1.HeaderClassName
{
color: #89960B;
}
.AnyTagClassName
{
color: #89960B;
}
</style>
background-color css
<style>
a { background-color: #89960B; }
a { background-color: rgb(137,150,11); }
div.DivClassName
{
background-color: #89960B;
}
.BgClassName
{
background-color: #89960B;
}
</style>
border-color css
<style>
span { border-color: #89960B; }
span { border-color: rgb(137,150,11); }
td.TdClassName
{
border-color: #89960B;
}
.TagClassName
{
border-color: #89960B;
}
</style>