Shades of Citron #899212
Tints of Citron #899212
RGB
CMYK
RGB Variations
Color information
#899212 (or 0x899212) is known color: Citron. HEX triplet: 89, 92 and 12. RGB value is (137,146,18). Sum of RGB (Red+Green+Blue) = 137+146+18=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #899212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899212 is #766DED. Grayscale: #818181. Windows color (decimal): -7761390 or 1217161. OLE color: 1217161.
HSL color Cylindrical-coordinate representation of color #899212: hue angle of 64.22º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #899212 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 146 | 18 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.43 |
| HSL | 64.22º | 0.78% | 0.32% | - |
| HSV(B) | 64.22º | 0.88% | 0.57% | - |
| XYZ | 20.7 | 25.92 | 4.48 | - |
| YUV | 128.72 | 65.52 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 18 | 0.06 | 0 | 0.88 | 0.43 | 64.22 | 0.78 | 0.32 |
| Hex | 89 | 92 | 12 | 6 | 0 | 58 | 2B | 40 | 4E | 20 |
| Octal | 211 | 222 | 22 | 6 | 0 | 130 | 53 | 100 | 116 | 40 |
| Binary | 10001001 | 10010010 | 10010 | 110 | 0 | 1011000 | 101011 | 1000000 | 1001110 | 100000 |
Color Harmonies of #899212
Complementary color
Monochromatic Colors of #899212
Black with #899212
Text Example
Text Example
White with #899212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899212; }
p { color: rgb(137,146,18); }
H1.HeaderClassName
{
color: #899212;
}
.AnyTagClassName
{
color: #899212;
}
</style>
background-color css
<style>
a { background-color: #899212; }
a { background-color: rgb(137,146,18); }
div.DivClassName
{
background-color: #899212;
}
.BgClassName
{
background-color: #899212;
}
</style>
border-color css
<style>
span { border-color: #899212; }
span { border-color: rgb(137,146,18); }
td.TdClassName
{
border-color: #899212;
}
.TagClassName
{
border-color: #899212;
}
</style>