Shades of Citron #889B04
Tints of Citron #889B04
RGB
CMYK
RGB Variations
Color information
#889B04 (or 0x889B04) is known color: Citron. HEX triplet: 88, 9B and 04. RGB value is (136,155,4). Sum of RGB (Red+Green+Blue) = 136+155+4=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 155 (60.94% from 255 or 52.54% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 155 - color contains mainly: green. Hex color #889B04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889B04 is #7764FB. Grayscale: #848484. Windows color (decimal): -7824636 or 301960. OLE color: 301960.
HSL color Cylindrical-coordinate representation of color #889B04: hue angle of 67.55º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #889B04 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 155 | 4 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.39 |
| HSL | 67.55º | 0.95% | 0.31% | - |
| HSV(B) | 67.55º | 0.97% | 0.61% | - |
| XYZ | 21.9 | 28.69 | 4.5 | - |
| YUV | 132.11 | 55.71 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 4 | 0.12 | 0 | 0.97 | 0.39 | 67.55 | 0.95 | 0.31 |
| Hex | 88 | 9B | 4 | C | 0 | 61 | 27 | 44 | 5F | 1F |
| Octal | 210 | 233 | 4 | 14 | 0 | 141 | 47 | 104 | 137 | 37 |
| Binary | 10001000 | 10011011 | 100 | 1100 | 0 | 1100001 | 100111 | 1000100 | 1011111 | 11111 |
Color Harmonies of #889B04
Complementary color
Monochromatic Colors of #889B04
Black with #889B04
Text Example
Text Example
White with #889B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889B04; }
p { color: rgb(136,155,4); }
H1.HeaderClassName
{
color: #889B04;
}
.AnyTagClassName
{
color: #889B04;
}
</style>
background-color css
<style>
a { background-color: #889B04; }
a { background-color: rgb(136,155,4); }
div.DivClassName
{
background-color: #889B04;
}
.BgClassName
{
background-color: #889B04;
}
</style>
border-color css
<style>
span { border-color: #889B04; }
span { border-color: rgb(136,155,4); }
td.TdClassName
{
border-color: #889B04;
}
.TagClassName
{
border-color: #889B04;
}
</style>