Shades of Citrus #89A102
Tints of Citrus #89A102
RGB
CMYK
RGB Variations
Color information
#89A102 (or 0x89A102) is known color: Citrus. HEX triplet: 89, A1 and 02. RGB value is (137,161,2). Sum of RGB (Red+Green+Blue) = 137+161+2=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 161 (63.28% from 255 or 53.67% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 161 - color contains mainly: green. Hex color #89A102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89A102 is #765EFD. Grayscale: #888888. Windows color (decimal): -7757566 or 172425. OLE color: 172425.
HSL color Cylindrical-coordinate representation of color #89A102: hue angle of 69.06º degrees, saturation: 0.98, 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 #89A102 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 161 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.37 |
| HSL | 69.06º | 0.98% | 0.32% | - |
| HSV(B) | 69.06º | 0.99% | 0.63% | - |
| XYZ | 23.07 | 30.81 | 4.79 | - |
| YUV | 135.7 | 52.55 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 2 | 0.15 | 0 | 0.99 | 0.37 | 69.06 | 0.98 | 0.32 |
| Hex | 89 | A1 | 2 | F | 0 | 63 | 25 | 45 | 62 | 20 |
| Octal | 211 | 241 | 2 | 17 | 0 | 143 | 45 | 105 | 142 | 40 |
| Binary | 10001001 | 10100001 | 10 | 1111 | 0 | 1100011 | 100101 | 1000101 | 1100010 | 100000 |
Color Harmonies of #89A102
Complementary color
Monochromatic Colors of #89A102
Black with #89A102
Text Example
Text Example
White with #89A102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A102; }
p { color: rgb(137,161,2); }
H1.HeaderClassName
{
color: #89A102;
}
.AnyTagClassName
{
color: #89A102;
}
</style>
background-color css
<style>
a { background-color: #89A102; }
a { background-color: rgb(137,161,2); }
div.DivClassName
{
background-color: #89A102;
}
.BgClassName
{
background-color: #89A102;
}
</style>
border-color css
<style>
span { border-color: #89A102; }
span { border-color: rgb(137,161,2); }
td.TdClassName
{
border-color: #89A102;
}
.TagClassName
{
border-color: #89A102;
}
</style>