Shades of Citron #889D0C
Tints of Citron #889D0C
RGB
CMYK
RGB Variations
Color information
#889D0C (or 0x889D0C) is known color: Citron. HEX triplet: 88, 9D and 0C. RGB value is (136,157,12). Sum of RGB (Red+Green+Blue) = 136+157+12=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #889D0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #889D0C is #7762F3. Grayscale: #868686. Windows color (decimal): -7824116 or 826760. OLE color: 826760.
HSL color Cylindrical-coordinate representation of color #889D0C: hue angle of 68.69º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #889D0C is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 157 | 12 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.38 |
| HSL | 68.69º | 0.86% | 0.33% | - |
| HSV(B) | 68.69º | 0.92% | 0.62% | - |
| XYZ | 22.28 | 29.37 | 4.84 | - |
| YUV | 134.19 | 59.04 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 12 | 0.13 | 0 | 0.92 | 0.38 | 68.69 | 0.86 | 0.33 |
| Hex | 88 | 9D | C | D | 0 | 5C | 26 | 45 | 56 | 21 |
| Octal | 210 | 235 | 14 | 15 | 0 | 134 | 46 | 105 | 126 | 41 |
| Binary | 10001000 | 10011101 | 1100 | 1101 | 0 | 1011100 | 100110 | 1000101 | 1010110 | 100001 |
Color Harmonies of #889D0C
Complementary color
Monochromatic Colors of #889D0C
Black with #889D0C
Text Example
Text Example
White with #889D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889D0C; }
p { color: rgb(136,157,12); }
H1.HeaderClassName
{
color: #889D0C;
}
.AnyTagClassName
{
color: #889D0C;
}
</style>
background-color css
<style>
a { background-color: #889D0C; }
a { background-color: rgb(136,157,12); }
div.DivClassName
{
background-color: #889D0C;
}
.BgClassName
{
background-color: #889D0C;
}
</style>
border-color css
<style>
span { border-color: #889D0C; }
span { border-color: rgb(136,157,12); }
td.TdClassName
{
border-color: #889D0C;
}
.TagClassName
{
border-color: #889D0C;
}
</style>