Shades of Citron #899127
Tints of Citron #899127
RGB
CMYK
RGB Variations
Color information
#899127 (or 0x899127) is known color: Citron. HEX triplet: 89, 91 and 27. RGB value is (137,145,39). Sum of RGB (Red+Green+Blue) = 137+145+39=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #899127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899127 is #766ED8. Grayscale: #828282. Windows color (decimal): -7761625 or 2593161. OLE color: 2593161.
HSL color Cylindrical-coordinate representation of color #899127: hue angle of 64.53º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #899127 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 145 | 39 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.43 |
| HSL | 64.53º | 0.58% | 0.36% | - |
| HSV(B) | 64.53º | 0.73% | 0.57% | - |
| XYZ | 20.81 | 25.72 | 5.79 | - |
| YUV | 130.52 | 76.35 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 39 | 0.06 | 0 | 0.73 | 0.43 | 64.53 | 0.58 | 0.36 |
| Hex | 89 | 91 | 27 | 6 | 0 | 49 | 2B | 41 | 3A | 24 |
| Octal | 211 | 221 | 47 | 6 | 0 | 111 | 53 | 101 | 72 | 44 |
| Binary | 10001001 | 10010001 | 100111 | 110 | 0 | 1001001 | 101011 | 1000001 | 111010 | 100100 |
Color Harmonies of #899127
Complementary color
Monochromatic Colors of #899127
Black with #899127
Text Example
Text Example
White with #899127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899127; }
p { color: rgb(137,145,39); }
H1.HeaderClassName
{
color: #899127;
}
.AnyTagClassName
{
color: #899127;
}
</style>
background-color css
<style>
a { background-color: #899127; }
a { background-color: rgb(137,145,39); }
div.DivClassName
{
background-color: #899127;
}
.BgClassName
{
background-color: #899127;
}
</style>
border-color css
<style>
span { border-color: #899127; }
span { border-color: rgb(137,145,39); }
td.TdClassName
{
border-color: #899127;
}
.TagClassName
{
border-color: #899127;
}
</style>