Shades of Citron #889807
Tints of Citron #889807
RGB
CMYK
RGB Variations
Color information
#889807 (or 0x889807) is known color: Citron. HEX triplet: 88, 98 and 07. RGB value is (136,152,7). Sum of RGB (Red+Green+Blue) = 136+152+7=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #889807 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889807 is #7767F8. Grayscale: #838383. Windows color (decimal): -7825401 or 497800. OLE color: 497800.
HSL color Cylindrical-coordinate representation of color #889807: hue angle of 66.62º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #889807 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 152 | 7 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.40 |
| HSL | 66.62º | 0.91% | 0.31% | - |
| HSV(B) | 66.62º | 0.95% | 0.6% | - |
| XYZ | 21.42 | 27.71 | 4.42 | - |
| YUV | 130.69 | 58.2 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 152 | 7 | 0.11 | 0 | 0.95 | 0.40 | 66.62 | 0.91 | 0.31 |
| Hex | 88 | 98 | 7 | B | 0 | 5F | 28 | 43 | 5B | 1F |
| Octal | 210 | 230 | 7 | 13 | 0 | 137 | 50 | 103 | 133 | 37 |
| Binary | 10001000 | 10011000 | 111 | 1011 | 0 | 1011111 | 101000 | 1000011 | 1011011 | 11111 |
Color Harmonies of #889807
Complementary color
Monochromatic Colors of #889807
Black with #889807
Text Example
Text Example
White with #889807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889807; }
p { color: rgb(136,152,7); }
H1.HeaderClassName
{
color: #889807;
}
.AnyTagClassName
{
color: #889807;
}
</style>
background-color css
<style>
a { background-color: #889807; }
a { background-color: rgb(136,152,7); }
div.DivClassName
{
background-color: #889807;
}
.BgClassName
{
background-color: #889807;
}
</style>
border-color css
<style>
span { border-color: #889807; }
span { border-color: rgb(136,152,7); }
td.TdClassName
{
border-color: #889807;
}
.TagClassName
{
border-color: #889807;
}
</style>