Shades of Citron #899416
Tints of Citron #899416
RGB
CMYK
RGB Variations
Color information
#899416 (or 0x899416) is known color: Citron. HEX triplet: 89, 94 and 16. RGB value is (137,148,22). Sum of RGB (Red+Green+Blue) = 137+148+22=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #899416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899416 is #766BE9. Grayscale: #828282. Windows color (decimal): -7760874 or 1479817. OLE color: 1479817.
HSL color Cylindrical-coordinate representation of color #899416: hue angle of 65.24º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #899416 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 148 | 22 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.42 |
| HSL | 65.24º | 0.74% | 0.33% | - |
| HSV(B) | 65.24º | 0.85% | 0.58% | - |
| XYZ | 21.05 | 26.56 | 4.78 | - |
| YUV | 130.35 | 66.86 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 22 | 0.07 | 0 | 0.85 | 0.42 | 65.24 | 0.74 | 0.33 |
| Hex | 89 | 94 | 16 | 7 | 0 | 55 | 2A | 41 | 4A | 21 |
| Octal | 211 | 224 | 26 | 7 | 0 | 125 | 52 | 101 | 112 | 41 |
| Binary | 10001001 | 10010100 | 10110 | 111 | 0 | 1010101 | 101010 | 1000001 | 1001010 | 100001 |
Color Harmonies of #899416
Complementary color
Monochromatic Colors of #899416
Black with #899416
Text Example
Text Example
White with #899416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899416; }
p { color: rgb(137,148,22); }
H1.HeaderClassName
{
color: #899416;
}
.AnyTagClassName
{
color: #899416;
}
</style>
background-color css
<style>
a { background-color: #899416; }
a { background-color: rgb(137,148,22); }
div.DivClassName
{
background-color: #899416;
}
.BgClassName
{
background-color: #899416;
}
</style>
border-color css
<style>
span { border-color: #899416; }
span { border-color: rgb(137,148,22); }
td.TdClassName
{
border-color: #899416;
}
.TagClassName
{
border-color: #899416;
}
</style>