Shades of Citrus #89A101
Tints of Citrus #89A101
RGB
CMYK
RGB Variations
Color information
#89A101 (or 0x89A101) is known color: Citrus. HEX triplet: 89, A1 and 01. RGB value is (137,161,1). Sum of RGB (Red+Green+Blue) = 137+161+1=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 161 (63.28% from 255 or 53.85% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 161 - color contains mainly: green. Hex color #89A101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89A101 is #765EFE. Grayscale: #888888. Windows color (decimal): -7757567 or 106889. OLE color: 106889.
HSL color Cylindrical-coordinate representation of color #89A101: hue angle of 69º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89A101 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 161 | 1 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.37 |
| HSL | 69º | 0.99% | 0.32% | - |
| HSV(B) | 69º | 0.99% | 0.63% | - |
| XYZ | 23.07 | 30.81 | 4.76 | - |
| YUV | 135.58 | 52.05 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 1 | 0.15 | 0 | 0.99 | 0.37 | 69 | 0.99 | 0.32 |
| Hex | 89 | A1 | 1 | F | 0 | 63 | 25 | 45 | 63 | 20 |
| Octal | 211 | 241 | 1 | 17 | 0 | 143 | 45 | 105 | 143 | 40 |
| Binary | 10001001 | 10100001 | 1 | 1111 | 0 | 1100011 | 100101 | 1000101 | 1100011 | 100000 |
Color Harmonies of #89A101
Complementary color
Monochromatic Colors of #89A101
Black with #89A101
Text Example
Text Example
White with #89A101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A101; }
p { color: rgb(137,161,1); }
H1.HeaderClassName
{
color: #89A101;
}
.AnyTagClassName
{
color: #89A101;
}
</style>
background-color css
<style>
a { background-color: #89A101; }
a { background-color: rgb(137,161,1); }
div.DivClassName
{
background-color: #89A101;
}
.BgClassName
{
background-color: #89A101;
}
</style>
border-color css
<style>
span { border-color: #89A101; }
span { border-color: rgb(137,161,1); }
td.TdClassName
{
border-color: #89A101;
}
.TagClassName
{
border-color: #89A101;
}
</style>