Shades of Citron #899325
Tints of Citron #899325
RGB
CMYK
RGB Variations
Color information
#899325 (or 0x899325) is known color: Citron. HEX triplet: 89, 93 and 25. RGB value is (137,147,37). Sum of RGB (Red+Green+Blue) = 137+147+37=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #899325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899325 is #766CDA. Grayscale: #838383. Windows color (decimal): -7761115 or 2462601. OLE color: 2462601.
HSL color Cylindrical-coordinate representation of color #899325: hue angle of 65.45º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #899325 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 37 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.42 |
| HSL | 65.45º | 0.6% | 0.36% | - |
| HSV(B) | 65.45º | 0.75% | 0.58% | - |
| XYZ | 21.08 | 26.32 | 5.72 | - |
| YUV | 131.47 | 74.69 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 37 | 0.07 | 0 | 0.75 | 0.42 | 65.45 | 0.6 | 0.36 |
| Hex | 89 | 93 | 25 | 7 | 0 | 4B | 2A | 41 | 3C | 24 |
| Octal | 211 | 223 | 45 | 7 | 0 | 113 | 52 | 101 | 74 | 44 |
| Binary | 10001001 | 10010011 | 100101 | 111 | 0 | 1001011 | 101010 | 1000001 | 111100 | 100100 |
Color Harmonies of #899325
Complementary color
Monochromatic Colors of #899325
Black with #899325
Text Example
Text Example
White with #899325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899325; }
p { color: rgb(137,147,37); }
H1.HeaderClassName
{
color: #899325;
}
.AnyTagClassName
{
color: #899325;
}
</style>
background-color css
<style>
a { background-color: #899325; }
a { background-color: rgb(137,147,37); }
div.DivClassName
{
background-color: #899325;
}
.BgClassName
{
background-color: #899325;
}
</style>
border-color css
<style>
span { border-color: #899325; }
span { border-color: rgb(137,147,37); }
td.TdClassName
{
border-color: #899325;
}
.TagClassName
{
border-color: #899325;
}
</style>