Shades of Citrus #89B40A
Tints of Citrus #89B40A
RGB
CMYK
RGB Variations
Color information
#89B40A (or 0x89B40A) is known color: Citrus. HEX triplet: 89, B4 and 0A. RGB value is (137,180,10). Sum of RGB (Red+Green+Blue) = 137+180+10=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #89B40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89B40A is #764BF5. Grayscale: #949494. Windows color (decimal): -7752694 or 701577. OLE color: 701577.
HSL color Cylindrical-coordinate representation of color #89B40A: hue angle of 75.18º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89B40A is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 180 | 10 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.29 |
| HSL | 75.18º | 0.89% | 0.37% | - |
| HSV(B) | 75.18º | 0.94% | 0.71% | - |
| XYZ | 26.69 | 37.98 | 6.21 | - |
| YUV | 147.76 | 50.25 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 180 | 10 | 0.24 | 0 | 0.94 | 0.29 | 75.18 | 0.89 | 0.37 |
| Hex | 89 | B4 | A | 18 | 0 | 5E | 1D | 4B | 59 | 25 |
| Octal | 211 | 264 | 12 | 30 | 0 | 136 | 35 | 113 | 131 | 45 |
| Binary | 10001001 | 10110100 | 1010 | 11000 | 0 | 1011110 | 11101 | 1001011 | 1011001 | 100101 |
Color Harmonies of #89B40A
Complementary color
Monochromatic Colors of #89B40A
Black with #89B40A
Text Example
Text Example
White with #89B40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B40A; }
p { color: rgb(137,180,10); }
H1.HeaderClassName
{
color: #89B40A;
}
.AnyTagClassName
{
color: #89B40A;
}
</style>
background-color css
<style>
a { background-color: #89B40A; }
a { background-color: rgb(137,180,10); }
div.DivClassName
{
background-color: #89B40A;
}
.BgClassName
{
background-color: #89B40A;
}
</style>
border-color css
<style>
span { border-color: #89B40A; }
span { border-color: rgb(137,180,10); }
td.TdClassName
{
border-color: #89B40A;
}
.TagClassName
{
border-color: #89B40A;
}
</style>