Shades of Citrus #89A601
Tints of Citrus #89A601
RGB
CMYK
RGB Variations
Color information
#89A601 (or 0x89A601) is known color: Citrus. HEX triplet: 89, A6 and 01. RGB value is (137,166,1). Sum of RGB (Red+Green+Blue) = 137+166+1=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 166 (65.23% from 255 or 54.61% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 166 - color contains mainly: green. Hex color #89A601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89A601 is #7659FE. Grayscale: #8B8B8B. Windows color (decimal): -7756287 or 108169. OLE color: 108169.
HSL color Cylindrical-coordinate representation of color #89A601: hue angle of 70.55º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89A601 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 166 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.35 |
| HSL | 70.55º | 0.99% | 0.33% | - |
| HSV(B) | 70.55º | 0.99% | 0.65% | - |
| XYZ | 23.96 | 32.59 | 5.06 | - |
| YUV | 138.52 | 50.39 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 166 | 1 | 0.17 | 0 | 0.99 | 0.35 | 70.55 | 0.99 | 0.33 |
| Hex | 89 | A6 | 1 | 11 | 0 | 63 | 23 | 47 | 63 | 21 |
| Octal | 211 | 246 | 1 | 21 | 0 | 143 | 43 | 107 | 143 | 41 |
| Binary | 10001001 | 10100110 | 1 | 10001 | 0 | 1100011 | 100011 | 1000111 | 1100011 | 100001 |
Color Harmonies of #89A601
Complementary color
Monochromatic Colors of #89A601
Black with #89A601
Text Example
Text Example
White with #89A601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A601; }
p { color: rgb(137,166,1); }
H1.HeaderClassName
{
color: #89A601;
}
.AnyTagClassName
{
color: #89A601;
}
</style>
background-color css
<style>
a { background-color: #89A601; }
a { background-color: rgb(137,166,1); }
div.DivClassName
{
background-color: #89A601;
}
.BgClassName
{
background-color: #89A601;
}
</style>
border-color css
<style>
span { border-color: #89A601; }
span { border-color: rgb(137,166,1); }
td.TdClassName
{
border-color: #89A601;
}
.TagClassName
{
border-color: #89A601;
}
</style>