Shades of Citrus #89BC07
Tints of Citrus #89BC07
RGB
CMYK
RGB Variations
Color information
#89BC07 (or 0x89BC07) is known color: Citrus. HEX triplet: 89, BC and 07. RGB value is (137,188,7). Sum of RGB (Red+Green+Blue) = 137+188+7=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 188 (73.83% from 255 or 56.63% from 332); Blue value is 7 (3.12% from 255 or 2.11% from 332); Max value from RGB is 188 - color contains mainly: green. Hex color #89BC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89BC07 is #7643F8. Grayscale: #989898. Windows color (decimal): -7750649 or 507017. OLE color: 507017.
HSL color Cylindrical-coordinate representation of color #89BC07: hue angle of 76.91º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89BC07 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 7 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.26 |
| HSL | 76.91º | 0.93% | 0.38% | - |
| HSV(B) | 76.91º | 0.96% | 0.74% | - |
| XYZ | 28.34 | 41.3 | 6.68 | - |
| YUV | 152.12 | 46.1 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 7 | 0.27 | 0 | 0.96 | 0.26 | 76.91 | 0.93 | 0.38 |
| Hex | 89 | BC | 7 | 1B | 0 | 60 | 1A | 4D | 5D | 26 |
| Octal | 211 | 274 | 7 | 33 | 0 | 140 | 32 | 115 | 135 | 46 |
| Binary | 10001001 | 10111100 | 111 | 11011 | 0 | 1100000 | 11010 | 1001101 | 1011101 | 100110 |
Color Harmonies of #89BC07
Complementary color
Monochromatic Colors of #89BC07
Black with #89BC07
Text Example
Text Example
White with #89BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BC07; }
p { color: rgb(137,188,7); }
H1.HeaderClassName
{
color: #89BC07;
}
.AnyTagClassName
{
color: #89BC07;
}
</style>
background-color css
<style>
a { background-color: #89BC07; }
a { background-color: rgb(137,188,7); }
div.DivClassName
{
background-color: #89BC07;
}
.BgClassName
{
background-color: #89BC07;
}
</style>
border-color css
<style>
span { border-color: #89BC07; }
span { border-color: rgb(137,188,7); }
td.TdClassName
{
border-color: #89BC07;
}
.TagClassName
{
border-color: #89BC07;
}
</style>