Shades of Citron #899123
Tints of Citron #899123
RGB
CMYK
RGB Variations
Color information
#899123 (or 0x899123) is known color: Citron. HEX triplet: 89, 91 and 23. RGB value is (137,145,35). Sum of RGB (Red+Green+Blue) = 137+145+35=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #899123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899123 is #766EDC. Grayscale: #828282. Windows color (decimal): -7761629 or 2331017. OLE color: 2331017.
HSL color Cylindrical-coordinate representation of color #899123: hue angle of 64.36º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #899123 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 145 | 35 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.43 |
| HSL | 64.36º | 0.61% | 0.35% | - |
| HSV(B) | 64.36º | 0.76% | 0.57% | - |
| XYZ | 20.75 | 25.69 | 5.46 | - |
| YUV | 130.07 | 74.35 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 35 | 0.06 | 0 | 0.76 | 0.43 | 64.36 | 0.61 | 0.35 |
| Hex | 89 | 91 | 23 | 6 | 0 | 4C | 2B | 40 | 3D | 23 |
| Octal | 211 | 221 | 43 | 6 | 0 | 114 | 53 | 100 | 75 | 43 |
| Binary | 10001001 | 10010001 | 100011 | 110 | 0 | 1001100 | 101011 | 1000000 | 111101 | 100011 |
Color Harmonies of #899123
Complementary color
Monochromatic Colors of #899123
Black with #899123
Text Example
Text Example
White with #899123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899123; }
p { color: rgb(137,145,35); }
H1.HeaderClassName
{
color: #899123;
}
.AnyTagClassName
{
color: #899123;
}
</style>
background-color css
<style>
a { background-color: #899123; }
a { background-color: rgb(137,145,35); }
div.DivClassName
{
background-color: #899123;
}
.BgClassName
{
background-color: #899123;
}
</style>
border-color css
<style>
span { border-color: #899123; }
span { border-color: rgb(137,145,35); }
td.TdClassName
{
border-color: #899123;
}
.TagClassName
{
border-color: #899123;
}
</style>