Shades of Citron #899322
Tints of Citron #899322
RGB
CMYK
RGB Variations
Color information
#899322 (or 0x899322) is known color: Citron. HEX triplet: 89, 93 and 22. RGB value is (137,147,34). Sum of RGB (Red+Green+Blue) = 137+147+34=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #899322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899322 is #766CDD. Grayscale: #838383. Windows color (decimal): -7761118 or 2265993. OLE color: 2265993.
HSL color Cylindrical-coordinate representation of color #899322: hue angle of 65.31º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #899322 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 34 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.42 |
| HSL | 65.31º | 0.62% | 0.35% | - |
| HSV(B) | 65.31º | 0.77% | 0.58% | - |
| XYZ | 21.04 | 26.3 | 5.48 | - |
| YUV | 131.13 | 73.19 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 34 | 0.07 | 0 | 0.77 | 0.42 | 65.31 | 0.62 | 0.35 |
| Hex | 89 | 93 | 22 | 7 | 0 | 4D | 2A | 41 | 3E | 23 |
| Octal | 211 | 223 | 42 | 7 | 0 | 115 | 52 | 101 | 76 | 43 |
| Binary | 10001001 | 10010011 | 100010 | 111 | 0 | 1001101 | 101010 | 1000001 | 111110 | 100011 |
Color Harmonies of #899322
Complementary color
Monochromatic Colors of #899322
Black with #899322
Text Example
Text Example
White with #899322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899322; }
p { color: rgb(137,147,34); }
H1.HeaderClassName
{
color: #899322;
}
.AnyTagClassName
{
color: #899322;
}
</style>
background-color css
<style>
a { background-color: #899322; }
a { background-color: rgb(137,147,34); }
div.DivClassName
{
background-color: #899322;
}
.BgClassName
{
background-color: #899322;
}
</style>
border-color css
<style>
span { border-color: #899322; }
span { border-color: rgb(137,147,34); }
td.TdClassName
{
border-color: #899322;
}
.TagClassName
{
border-color: #899322;
}
</style>