Shades of Citron #899419
Tints of Citron #899419
RGB
CMYK
RGB Variations
Color information
#899419 (or 0x899419) is known color: Citron. HEX triplet: 89, 94 and 19. RGB value is (137,148,25). Sum of RGB (Red+Green+Blue) = 137+148+25=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #899419 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899419 is #766BE6. Grayscale: #838383. Windows color (decimal): -7760871 or 1676425. OLE color: 1676425.
HSL color Cylindrical-coordinate representation of color #899419: hue angle of 65.37º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #899419 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 148 | 25 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.42 |
| HSL | 65.37º | 0.71% | 0.34% | - |
| HSV(B) | 65.37º | 0.83% | 0.58% | - |
| XYZ | 21.08 | 26.57 | 4.94 | - |
| YUV | 130.69 | 68.36 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 25 | 0.07 | 0 | 0.83 | 0.42 | 65.37 | 0.71 | 0.34 |
| Hex | 89 | 94 | 19 | 7 | 0 | 53 | 2A | 41 | 47 | 22 |
| Octal | 211 | 224 | 31 | 7 | 0 | 123 | 52 | 101 | 107 | 42 |
| Binary | 10001001 | 10010100 | 11001 | 111 | 0 | 1010011 | 101010 | 1000001 | 1000111 | 100010 |
Color Harmonies of #899419
Complementary color
Monochromatic Colors of #899419
Black with #899419
Text Example
Text Example
White with #899419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899419; }
p { color: rgb(137,148,25); }
H1.HeaderClassName
{
color: #899419;
}
.AnyTagClassName
{
color: #899419;
}
</style>
background-color css
<style>
a { background-color: #899419; }
a { background-color: rgb(137,148,25); }
div.DivClassName
{
background-color: #899419;
}
.BgClassName
{
background-color: #899419;
}
</style>
border-color css
<style>
span { border-color: #899419; }
span { border-color: rgb(137,148,25); }
td.TdClassName
{
border-color: #899419;
}
.TagClassName
{
border-color: #899419;
}
</style>