Shades of Citron #889423
Tints of Citron #889423
RGB
CMYK
RGB Variations
Color information
#889423 (or 0x889423) is known color: Citron. HEX triplet: 88, 94 and 23. RGB value is (136,148,35). Sum of RGB (Red+Green+Blue) = 136+148+35=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #889423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889423 is #776BDC. Grayscale: #838383. Windows color (decimal): -7826397 or 2331784. OLE color: 2331784.
HSL color Cylindrical-coordinate representation of color #889423: hue angle of 66.37º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #889423 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 148 | 35 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.42 |
| HSL | 66.37º | 0.62% | 0.36% | - |
| HSV(B) | 66.37º | 0.76% | 0.58% | - |
| XYZ | 21.05 | 26.54 | 5.6 | - |
| YUV | 131.53 | 73.52 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 148 | 35 | 0.08 | 0 | 0.76 | 0.42 | 66.37 | 0.62 | 0.36 |
| Hex | 88 | 94 | 23 | 8 | 0 | 4C | 2A | 42 | 3E | 24 |
| Octal | 210 | 224 | 43 | 10 | 0 | 114 | 52 | 102 | 76 | 44 |
| Binary | 10001000 | 10010100 | 100011 | 1000 | 0 | 1001100 | 101010 | 1000010 | 111110 | 100100 |
Color Harmonies of #889423
Complementary color
Monochromatic Colors of #889423
Black with #889423
Text Example
Text Example
White with #889423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889423; }
p { color: rgb(136,148,35); }
H1.HeaderClassName
{
color: #889423;
}
.AnyTagClassName
{
color: #889423;
}
</style>
background-color css
<style>
a { background-color: #889423; }
a { background-color: rgb(136,148,35); }
div.DivClassName
{
background-color: #889423;
}
.BgClassName
{
background-color: #889423;
}
</style>
border-color css
<style>
span { border-color: #889423; }
span { border-color: rgb(136,148,35); }
td.TdClassName
{
border-color: #889423;
}
.TagClassName
{
border-color: #889423;
}
</style>