Shades of Citron #899224
Tints of Citron #899224
RGB
CMYK
RGB Variations
Color information
#899224 (or 0x899224) is known color: Citron. HEX triplet: 89, 92 and 24. RGB value is (137,146,36). Sum of RGB (Red+Green+Blue) = 137+146+36=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #899224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899224 is #766DDB. Grayscale: #838383. Windows color (decimal): -7761372 or 2396809. OLE color: 2396809.
HSL color Cylindrical-coordinate representation of color #899224: hue angle of 64.91º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #899224 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 146 | 36 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.43 |
| HSL | 64.91º | 0.6% | 0.36% | - |
| HSV(B) | 64.91º | 0.75% | 0.57% | - |
| XYZ | 20.91 | 26 | 5.59 | - |
| YUV | 130.77 | 74.52 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 36 | 0.06 | 0 | 0.75 | 0.43 | 64.91 | 0.6 | 0.36 |
| Hex | 89 | 92 | 24 | 6 | 0 | 4B | 2B | 41 | 3C | 24 |
| Octal | 211 | 222 | 44 | 6 | 0 | 113 | 53 | 101 | 74 | 44 |
| Binary | 10001001 | 10010010 | 100100 | 110 | 0 | 1001011 | 101011 | 1000001 | 111100 | 100100 |
Color Harmonies of #899224
Complementary color
Monochromatic Colors of #899224
Black with #899224
Text Example
Text Example
White with #899224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899224; }
p { color: rgb(137,146,36); }
H1.HeaderClassName
{
color: #899224;
}
.AnyTagClassName
{
color: #899224;
}
</style>
background-color css
<style>
a { background-color: #899224; }
a { background-color: rgb(137,146,36); }
div.DivClassName
{
background-color: #899224;
}
.BgClassName
{
background-color: #899224;
}
</style>
border-color css
<style>
span { border-color: #899224; }
span { border-color: rgb(137,146,36); }
td.TdClassName
{
border-color: #899224;
}
.TagClassName
{
border-color: #899224;
}
</style>