Shades of Citrus #89C010
Tints of Citrus #89C010
RGB
CMYK
RGB Variations
Color information
#89C010 (or 0x89C010) is known color: Citrus. HEX triplet: 89, C0 and 10. RGB value is (137,192,16). Sum of RGB (Red+Green+Blue) = 137+192+16=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #89C010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C010 is #763FEF. Grayscale: #9C9C9C. Windows color (decimal): -7749616 or 1097865. OLE color: 1097865.
HSL color Cylindrical-coordinate representation of color #89C010: hue angle of 78.75º 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 #89C010 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 192 | 16 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.25 |
| HSL | 78.75º | 0.85% | 0.41% | - |
| HSV(B) | 78.75º | 0.92% | 0.75% | - |
| XYZ | 29.26 | 43.06 | 7.26 | - |
| YUV | 155.49 | 49.28 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 192 | 16 | 0.29 | 0 | 0.92 | 0.25 | 78.75 | 0.85 | 0.41 |
| Hex | 89 | C0 | 10 | 1D | 0 | 5C | 19 | 4F | 55 | 29 |
| Octal | 211 | 300 | 20 | 35 | 0 | 134 | 31 | 117 | 125 | 51 |
| Binary | 10001001 | 11000000 | 10000 | 11101 | 0 | 1011100 | 11001 | 1001111 | 1010101 | 101001 |
Color Harmonies of #89C010
Complementary color
Monochromatic Colors of #89C010
Black with #89C010
Text Example
Text Example
White with #89C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C010; }
p { color: rgb(137,192,16); }
H1.HeaderClassName
{
color: #89C010;
}
.AnyTagClassName
{
color: #89C010;
}
</style>
background-color css
<style>
a { background-color: #89C010; }
a { background-color: rgb(137,192,16); }
div.DivClassName
{
background-color: #89C010;
}
.BgClassName
{
background-color: #89C010;
}
</style>
border-color css
<style>
span { border-color: #89C010; }
span { border-color: rgb(137,192,16); }
td.TdClassName
{
border-color: #89C010;
}
.TagClassName
{
border-color: #89C010;
}
</style>