Shades of Citron #899608
Tints of Citron #899608
RGB
CMYK
RGB Variations
Color information
#899608 (or 0x899608) is known color: Citron. HEX triplet: 89, 96 and 08. RGB value is (137,150,8). Sum of RGB (Red+Green+Blue) = 137+150+8=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #899608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899608 is #7669F7. Grayscale: #828282. Windows color (decimal): -7760376 or 562825. OLE color: 562825.
HSL color Cylindrical-coordinate representation of color #899608: hue angle of 65.49º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #899608 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 150 | 8 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.41 |
| HSL | 65.49º | 0.9% | 0.31% | - |
| HSV(B) | 65.49º | 0.95% | 0.59% | - |
| XYZ | 21.27 | 27.15 | 4.35 | - |
| YUV | 129.93 | 59.19 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 8 | 0.09 | 0 | 0.95 | 0.41 | 65.49 | 0.9 | 0.31 |
| Hex | 89 | 96 | 8 | 9 | 0 | 5F | 29 | 41 | 5A | 1F |
| Octal | 211 | 226 | 10 | 11 | 0 | 137 | 51 | 101 | 132 | 37 |
| Binary | 10001001 | 10010110 | 1000 | 1001 | 0 | 1011111 | 101001 | 1000001 | 1011010 | 11111 |
Color Harmonies of #899608
Complementary color
Monochromatic Colors of #899608
Black with #899608
Text Example
Text Example
White with #899608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899608; }
p { color: rgb(137,150,8); }
H1.HeaderClassName
{
color: #899608;
}
.AnyTagClassName
{
color: #899608;
}
</style>
background-color css
<style>
a { background-color: #899608; }
a { background-color: rgb(137,150,8); }
div.DivClassName
{
background-color: #899608;
}
.BgClassName
{
background-color: #899608;
}
</style>
border-color css
<style>
span { border-color: #899608; }
span { border-color: rgb(137,150,8); }
td.TdClassName
{
border-color: #899608;
}
.TagClassName
{
border-color: #899608;
}
</style>