Shades of Citrus #89B307
Tints of Citrus #89B307
RGB
CMYK
RGB Variations
Color information
#89B307 (or 0x89B307) is known color: Citrus. HEX triplet: 89, B3 and 07. RGB value is (137,179,7). Sum of RGB (Red+Green+Blue) = 137+179+7=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #89B307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89B307 is #764CF8. Grayscale: #939393. Windows color (decimal): -7752953 or 504713. OLE color: 504713.
HSL color Cylindrical-coordinate representation of color #89B307: hue angle of 74.65º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89B307 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 179 | 7 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.30 |
| HSL | 74.65º | 0.92% | 0.36% | - |
| HSV(B) | 74.65º | 0.96% | 0.7% | - |
| XYZ | 26.47 | 37.57 | 6.06 | - |
| YUV | 146.83 | 49.09 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 179 | 7 | 0.23 | 0 | 0.96 | 0.30 | 74.65 | 0.92 | 0.36 |
| Hex | 89 | B3 | 7 | 17 | 0 | 60 | 1E | 4B | 5C | 24 |
| Octal | 211 | 263 | 7 | 27 | 0 | 140 | 36 | 113 | 134 | 44 |
| Binary | 10001001 | 10110011 | 111 | 10111 | 0 | 1100000 | 11110 | 1001011 | 1011100 | 100100 |
Color Harmonies of #89B307
Complementary color
Monochromatic Colors of #89B307
Black with #89B307
Text Example
Text Example
White with #89B307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B307; }
p { color: rgb(137,179,7); }
H1.HeaderClassName
{
color: #89B307;
}
.AnyTagClassName
{
color: #89B307;
}
</style>
background-color css
<style>
a { background-color: #89B307; }
a { background-color: rgb(137,179,7); }
div.DivClassName
{
background-color: #89B307;
}
.BgClassName
{
background-color: #89B307;
}
</style>
border-color css
<style>
span { border-color: #89B307; }
span { border-color: rgb(137,179,7); }
td.TdClassName
{
border-color: #89B307;
}
.TagClassName
{
border-color: #89B307;
}
</style>