Shades of Citron #89991C
Tints of Citron #89991C
RGB
CMYK
RGB Variations
Color information
#89991C (or 0x89991C) is known color: Citron. HEX triplet: 89, 99 and 1C. RGB value is (137,153,28). Sum of RGB (Red+Green+Blue) = 137+153+28=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #89991C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89991C is #7666E3. Grayscale: #868686. Windows color (decimal): -7759588 or 1874313. OLE color: 1874313.
HSL color Cylindrical-coordinate representation of color #89991C: hue angle of 67.68º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89991C is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 153 | 28 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.4 |
| HSL | 67.68º | 0.69% | 0.35% | - |
| HSV(B) | 67.68º | 0.82% | 0.6% | - |
| XYZ | 21.92 | 28.18 | 5.38 | - |
| YUV | 133.97 | 68.2 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 153 | 28 | 0.10 | 0 | 0.82 | 0.4 | 67.68 | 0.69 | 0.35 |
| Hex | 89 | 99 | 1C | A | 0 | 52 | 28 | 44 | 45 | 23 |
| Octal | 211 | 231 | 34 | 12 | 0 | 122 | 50 | 104 | 105 | 43 |
| Binary | 10001001 | 10011001 | 11100 | 1010 | 0 | 1010010 | 101000 | 1000100 | 1000101 | 100011 |
Color Harmonies of #89991C
Complementary color
Monochromatic Colors of #89991C
Black with #89991C
Text Example
Text Example
White with #89991C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89991C; }
p { color: rgb(137,153,28); }
H1.HeaderClassName
{
color: #89991C;
}
.AnyTagClassName
{
color: #89991C;
}
</style>
background-color css
<style>
a { background-color: #89991C; }
a { background-color: rgb(137,153,28); }
div.DivClassName
{
background-color: #89991C;
}
.BgClassName
{
background-color: #89991C;
}
</style>
border-color css
<style>
span { border-color: #89991C; }
span { border-color: rgb(137,153,28); }
td.TdClassName
{
border-color: #89991C;
}
.TagClassName
{
border-color: #89991C;
}
</style>