Shades of Citron #89992D
Tints of Citron #89992D
RGB
CMYK
RGB Variations
Color information
#89992D (or 0x89992D) is known color: Citron. HEX triplet: 89, 99 and 2D. RGB value is (137,153,45). Sum of RGB (Red+Green+Blue) = 137+153+45=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #89992D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89992D is #7666D2. Grayscale: #888888. Windows color (decimal): -7759571 or 2988425. OLE color: 2988425.
HSL color Cylindrical-coordinate representation of color #89992D: hue angle of 68.89º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89992D is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 153 | 45 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.4 |
| HSL | 68.89º | 0.55% | 0.39% | - |
| HSV(B) | 68.89º | 0.71% | 0.6% | - |
| XYZ | 22.18 | 28.29 | 6.77 | - |
| YUV | 135.9 | 76.7 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 153 | 45 | 0.10 | 0 | 0.71 | 0.4 | 68.89 | 0.55 | 0.39 |
| Hex | 89 | 99 | 2D | A | 0 | 47 | 28 | 45 | 37 | 27 |
| Octal | 211 | 231 | 55 | 12 | 0 | 107 | 50 | 105 | 67 | 47 |
| Binary | 10001001 | 10011001 | 101101 | 1010 | 0 | 1000111 | 101000 | 1000101 | 110111 | 100111 |
Color Harmonies of #89992D
Complementary color
Monochromatic Colors of #89992D
Black with #89992D
Text Example
Text Example
White with #89992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89992D; }
p { color: rgb(137,153,45); }
H1.HeaderClassName
{
color: #89992D;
}
.AnyTagClassName
{
color: #89992D;
}
</style>
background-color css
<style>
a { background-color: #89992D; }
a { background-color: rgb(137,153,45); }
div.DivClassName
{
background-color: #89992D;
}
.BgClassName
{
background-color: #89992D;
}
</style>
border-color css
<style>
span { border-color: #89992D; }
span { border-color: rgb(137,153,45); }
td.TdClassName
{
border-color: #89992D;
}
.TagClassName
{
border-color: #89992D;
}
</style>