Shades of Citrus #89C104
Tints of Citrus #89C104
RGB
CMYK
RGB Variations
Color information
#89C104 (or 0x89C104) is known color: Citrus. HEX triplet: 89, C1 and 04. RGB value is (137,193,4). Sum of RGB (Red+Green+Blue) = 137+193+4=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 193 (75.78% from 255 or 57.78% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 193 - color contains mainly: green. Hex color #89C104 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C104 is #763EFB. Grayscale: #9B9B9B. Windows color (decimal): -7749372 or 311689. OLE color: 311689.
HSL color Cylindrical-coordinate representation of color #89C104: hue angle of 77.78º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #89C104 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 193 | 4 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.24 |
| HSL | 77.78º | 0.96% | 0.39% | - |
| HSV(B) | 77.78º | 0.98% | 0.76% | - |
| XYZ | 29.41 | 43.47 | 6.95 | - |
| YUV | 154.71 | 42.95 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 193 | 4 | 0.29 | 0 | 0.98 | 0.24 | 77.78 | 0.96 | 0.39 |
| Hex | 89 | C1 | 4 | 1D | 0 | 62 | 18 | 4E | 60 | 27 |
| Octal | 211 | 301 | 4 | 35 | 0 | 142 | 30 | 116 | 140 | 47 |
| Binary | 10001001 | 11000001 | 100 | 11101 | 0 | 1100010 | 11000 | 1001110 | 1100000 | 100111 |
Color Harmonies of #89C104
Complementary color
Monochromatic Colors of #89C104
Black with #89C104
Text Example
Text Example
White with #89C104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C104; }
p { color: rgb(137,193,4); }
H1.HeaderClassName
{
color: #89C104;
}
.AnyTagClassName
{
color: #89C104;
}
</style>
background-color css
<style>
a { background-color: #89C104; }
a { background-color: rgb(137,193,4); }
div.DivClassName
{
background-color: #89C104;
}
.BgClassName
{
background-color: #89C104;
}
</style>
border-color css
<style>
span { border-color: #89C104; }
span { border-color: rgb(137,193,4); }
td.TdClassName
{
border-color: #89C104;
}
.TagClassName
{
border-color: #89C104;
}
</style>