Shades of Citron #89921F
Tints of Citron #89921F
RGB
CMYK
RGB Variations
Color information
#89921F (or 0x89921F) is known color: Citron. HEX triplet: 89, 92 and 1F. RGB value is (137,146,31). Sum of RGB (Red+Green+Blue) = 137+146+31=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #89921F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89921F is #766DE0. Grayscale: #828282. Windows color (decimal): -7761377 or 2069129. OLE color: 2069129.
HSL color Cylindrical-coordinate representation of color #89921F: hue angle of 64.7º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #89921F is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 146 | 31 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.43 |
| HSL | 64.7º | 0.65% | 0.35% | - |
| HSV(B) | 64.7º | 0.79% | 0.57% | - |
| XYZ | 20.84 | 25.98 | 5.21 | - |
| YUV | 130.2 | 72.02 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 31 | 0.06 | 0 | 0.79 | 0.43 | 64.7 | 0.65 | 0.35 |
| Hex | 89 | 92 | 1F | 6 | 0 | 4F | 2B | 41 | 41 | 23 |
| Octal | 211 | 222 | 37 | 6 | 0 | 117 | 53 | 101 | 101 | 43 |
| Binary | 10001001 | 10010010 | 11111 | 110 | 0 | 1001111 | 101011 | 1000001 | 1000001 | 100011 |
Color Harmonies of #89921F
Complementary color
Monochromatic Colors of #89921F
Black with #89921F
Text Example
Text Example
White with #89921F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89921F; }
p { color: rgb(137,146,31); }
H1.HeaderClassName
{
color: #89921F;
}
.AnyTagClassName
{
color: #89921F;
}
</style>
background-color css
<style>
a { background-color: #89921F; }
a { background-color: rgb(137,146,31); }
div.DivClassName
{
background-color: #89921F;
}
.BgClassName
{
background-color: #89921F;
}
</style>
border-color css
<style>
span { border-color: #89921F; }
span { border-color: rgb(137,146,31); }
td.TdClassName
{
border-color: #89921F;
}
.TagClassName
{
border-color: #89921F;
}
</style>