Shades of Citron #899808
Tints of Citron #899808
RGB
CMYK
RGB Variations
Color information
#899808 (or 0x899808) is known color: Citron. HEX triplet: 89, 98 and 08. RGB value is (137,152,8). Sum of RGB (Red+Green+Blue) = 137+152+8=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #899808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899808 is #7667F7. Grayscale: #838383. Windows color (decimal): -7759864 or 563337. OLE color: 563337.
HSL color Cylindrical-coordinate representation of color #899808: hue angle of 66.25º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #899808 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 152 | 8 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.40 |
| HSL | 66.25º | 0.9% | 0.31% | - |
| HSV(B) | 66.25º | 0.95% | 0.6% | - |
| XYZ | 21.59 | 27.79 | 4.46 | - |
| YUV | 131.1 | 58.53 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 152 | 8 | 0.10 | 0 | 0.95 | 0.40 | 66.25 | 0.9 | 0.31 |
| Hex | 89 | 98 | 8 | A | 0 | 5F | 28 | 42 | 5A | 1F |
| Octal | 211 | 230 | 10 | 12 | 0 | 137 | 50 | 102 | 132 | 37 |
| Binary | 10001001 | 10011000 | 1000 | 1010 | 0 | 1011111 | 101000 | 1000010 | 1011010 | 11111 |
Color Harmonies of #899808
Complementary color
Monochromatic Colors of #899808
Black with #899808
Text Example
Text Example
White with #899808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899808; }
p { color: rgb(137,152,8); }
H1.HeaderClassName
{
color: #899808;
}
.AnyTagClassName
{
color: #899808;
}
</style>
background-color css
<style>
a { background-color: #899808; }
a { background-color: rgb(137,152,8); }
div.DivClassName
{
background-color: #899808;
}
.BgClassName
{
background-color: #899808;
}
</style>
border-color css
<style>
span { border-color: #899808; }
span { border-color: rgb(137,152,8); }
td.TdClassName
{
border-color: #899808;
}
.TagClassName
{
border-color: #899808;
}
</style>