Shades of Citrus #89A607
Tints of Citrus #89A607
RGB
CMYK
RGB Variations
Color information
#89A607 (or 0x89A607) is known color: Citrus. HEX triplet: 89, A6 and 07. RGB value is (137,166,7). Sum of RGB (Red+Green+Blue) = 137+166+7=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 166 (65.23% from 255 or 53.55% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 166 - color contains mainly: green. Hex color #89A607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89A607 is #7659F8. Grayscale: #8B8B8B. Windows color (decimal): -7756281 or 501385. OLE color: 501385.
HSL color Cylindrical-coordinate representation of color #89A607: hue angle of 70.94º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89A607 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 166 | 7 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.35 |
| HSL | 70.94º | 0.92% | 0.34% | - |
| HSV(B) | 70.94º | 0.96% | 0.65% | - |
| XYZ | 23.99 | 32.61 | 5.23 | - |
| YUV | 139.2 | 53.39 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 166 | 7 | 0.17 | 0 | 0.96 | 0.35 | 70.94 | 0.92 | 0.34 |
| Hex | 89 | A6 | 7 | 11 | 0 | 60 | 23 | 47 | 5C | 22 |
| Octal | 211 | 246 | 7 | 21 | 0 | 140 | 43 | 107 | 134 | 42 |
| Binary | 10001001 | 10100110 | 111 | 10001 | 0 | 1100000 | 100011 | 1000111 | 1011100 | 100010 |
Color Harmonies of #89A607
Complementary color
Monochromatic Colors of #89A607
Black with #89A607
Text Example
Text Example
White with #89A607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A607; }
p { color: rgb(137,166,7); }
H1.HeaderClassName
{
color: #89A607;
}
.AnyTagClassName
{
color: #89A607;
}
</style>
background-color css
<style>
a { background-color: #89A607; }
a { background-color: rgb(137,166,7); }
div.DivClassName
{
background-color: #89A607;
}
.BgClassName
{
background-color: #89A607;
}
</style>
border-color css
<style>
span { border-color: #89A607; }
span { border-color: rgb(137,166,7); }
td.TdClassName
{
border-color: #89A607;
}
.TagClassName
{
border-color: #89A607;
}
</style>