Shades of Citron #889B13
Tints of Citron #889B13
RGB
CMYK
RGB Variations
Color information
#889B13 (or 0x889B13) is known color: Citron. HEX triplet: 88, 9B and 13. RGB value is (136,155,19). Sum of RGB (Red+Green+Blue) = 136+155+19=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #889B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889B13 is #7764EC. Grayscale: #868686. Windows color (decimal): -7824621 or 1285000. OLE color: 1285000.
HSL color Cylindrical-coordinate representation of color #889B13: hue angle of 68.38º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #889B13 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 155 | 19 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.39 |
| HSL | 68.38º | 0.78% | 0.34% | - |
| HSV(B) | 68.38º | 0.88% | 0.61% | - |
| XYZ | 21.99 | 28.72 | 5 | - |
| YUV | 133.82 | 63.21 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 19 | 0.12 | 0 | 0.88 | 0.39 | 68.38 | 0.78 | 0.34 |
| Hex | 88 | 9B | 13 | C | 0 | 58 | 27 | 44 | 4E | 22 |
| Octal | 210 | 233 | 23 | 14 | 0 | 130 | 47 | 104 | 116 | 42 |
| Binary | 10001000 | 10011011 | 10011 | 1100 | 0 | 1011000 | 100111 | 1000100 | 1001110 | 100010 |
Color Harmonies of #889B13
Complementary color
Monochromatic Colors of #889B13
Black with #889B13
Text Example
Text Example
White with #889B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889B13; }
p { color: rgb(136,155,19); }
H1.HeaderClassName
{
color: #889B13;
}
.AnyTagClassName
{
color: #889B13;
}
</style>
background-color css
<style>
a { background-color: #889B13; }
a { background-color: rgb(136,155,19); }
div.DivClassName
{
background-color: #889B13;
}
.BgClassName
{
background-color: #889B13;
}
</style>
border-color css
<style>
span { border-color: #889B13; }
span { border-color: rgb(136,155,19); }
td.TdClassName
{
border-color: #889B13;
}
.TagClassName
{
border-color: #889B13;
}
</style>