Shades of Citrus #89B40D
Tints of Citrus #89B40D
RGB
CMYK
RGB Variations
Color information
#89B40D (or 0x89B40D) is known color: Citrus. HEX triplet: 89, B4 and 0D. RGB value is (137,180,13). Sum of RGB (Red+Green+Blue) = 137+180+13=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #89B40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89B40D is #764BF2. Grayscale: #949494. Windows color (decimal): -7752691 or 898185. OLE color: 898185.
HSL color Cylindrical-coordinate representation of color #89B40D: hue angle of 75.45º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89B40D is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 180 | 13 | - |
| CMYK | 0.24 | 0 | 0.93 | 0.29 |
| HSL | 75.45º | 0.87% | 0.38% | - |
| HSV(B) | 75.45º | 0.93% | 0.71% | - |
| XYZ | 26.71 | 37.99 | 6.31 | - |
| YUV | 148.11 | 51.75 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 180 | 13 | 0.24 | 0 | 0.93 | 0.29 | 75.45 | 0.87 | 0.38 |
| Hex | 89 | B4 | D | 18 | 0 | 5D | 1D | 4B | 57 | 26 |
| Octal | 211 | 264 | 15 | 30 | 0 | 135 | 35 | 113 | 127 | 46 |
| Binary | 10001001 | 10110100 | 1101 | 11000 | 0 | 1011101 | 11101 | 1001011 | 1010111 | 100110 |
Color Harmonies of #89B40D
Complementary color
Monochromatic Colors of #89B40D
Black with #89B40D
Text Example
Text Example
White with #89B40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B40D; }
p { color: rgb(137,180,13); }
H1.HeaderClassName
{
color: #89B40D;
}
.AnyTagClassName
{
color: #89B40D;
}
</style>
background-color css
<style>
a { background-color: #89B40D; }
a { background-color: rgb(137,180,13); }
div.DivClassName
{
background-color: #89B40D;
}
.BgClassName
{
background-color: #89B40D;
}
</style>
border-color css
<style>
span { border-color: #89B40D; }
span { border-color: rgb(137,180,13); }
td.TdClassName
{
border-color: #89B40D;
}
.TagClassName
{
border-color: #89B40D;
}
</style>