Shades of Citrus #89BF10
Tints of Citrus #89BF10
RGB
CMYK
RGB Variations
Color information
#89BF10 (or 0x89BF10) is known color: Citrus. HEX triplet: 89, BF and 10. RGB value is (137,191,16). Sum of RGB (Red+Green+Blue) = 137+191+16=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #89BF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89BF10 is #7640EF. Grayscale: #9B9B9B. Windows color (decimal): -7749872 or 1097609. OLE color: 1097609.
HSL color Cylindrical-coordinate representation of color #89BF10: hue angle of 78.51º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89BF10 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 16 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.25 |
| HSL | 78.51º | 0.85% | 0.41% | - |
| HSV(B) | 78.51º | 0.92% | 0.75% | - |
| XYZ | 29.04 | 42.62 | 7.19 | - |
| YUV | 154.9 | 49.61 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 16 | 0.28 | 0 | 0.92 | 0.25 | 78.51 | 0.85 | 0.41 |
| Hex | 89 | BF | 10 | 1C | 0 | 5C | 19 | 4F | 55 | 29 |
| Octal | 211 | 277 | 20 | 34 | 0 | 134 | 31 | 117 | 125 | 51 |
| Binary | 10001001 | 10111111 | 10000 | 11100 | 0 | 1011100 | 11001 | 1001111 | 1010101 | 101001 |
Color Harmonies of #89BF10
Complementary color
Monochromatic Colors of #89BF10
Black with #89BF10
Text Example
Text Example
White with #89BF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BF10; }
p { color: rgb(137,191,16); }
H1.HeaderClassName
{
color: #89BF10;
}
.AnyTagClassName
{
color: #89BF10;
}
</style>
background-color css
<style>
a { background-color: #89BF10; }
a { background-color: rgb(137,191,16); }
div.DivClassName
{
background-color: #89BF10;
}
.BgClassName
{
background-color: #89BF10;
}
</style>
border-color css
<style>
span { border-color: #89BF10; }
span { border-color: rgb(137,191,16); }
td.TdClassName
{
border-color: #89BF10;
}
.TagClassName
{
border-color: #89BF10;
}
</style>