Shades of Citron #889C1C
Tints of Citron #889C1C
RGB
CMYK
RGB Variations
Color information
#889C1C (or 0x889C1C) is known color: Citron. HEX triplet: 88, 9C and 1C. RGB value is (136,156,28). Sum of RGB (Red+Green+Blue) = 136+156+28=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #889C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889C1C is #7763E3. Grayscale: #878787. Windows color (decimal): -7824356 or 1875080. OLE color: 1875080.
HSL color Cylindrical-coordinate representation of color #889C1C: hue angle of 69.38º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #889C1C is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 156 | 28 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.39 |
| HSL | 69.38º | 0.7% | 0.36% | - |
| HSV(B) | 69.38º | 0.82% | 0.61% | - |
| XYZ | 22.25 | 29.1 | 5.54 | - |
| YUV | 135.43 | 67.37 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 28 | 0.13 | 0 | 0.82 | 0.39 | 69.38 | 0.7 | 0.36 |
| Hex | 88 | 9C | 1C | D | 0 | 52 | 27 | 45 | 46 | 24 |
| Octal | 210 | 234 | 34 | 15 | 0 | 122 | 47 | 105 | 106 | 44 |
| Binary | 10001000 | 10011100 | 11100 | 1101 | 0 | 1010010 | 100111 | 1000101 | 1000110 | 100100 |
Color Harmonies of #889C1C
Complementary color
Monochromatic Colors of #889C1C
Black with #889C1C
Text Example
Text Example
White with #889C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889C1C; }
p { color: rgb(136,156,28); }
H1.HeaderClassName
{
color: #889C1C;
}
.AnyTagClassName
{
color: #889C1C;
}
</style>
background-color css
<style>
a { background-color: #889C1C; }
a { background-color: rgb(136,156,28); }
div.DivClassName
{
background-color: #889C1C;
}
.BgClassName
{
background-color: #889C1C;
}
</style>
border-color css
<style>
span { border-color: #889C1C; }
span { border-color: rgb(136,156,28); }
td.TdClassName
{
border-color: #889C1C;
}
.TagClassName
{
border-color: #889C1C;
}
</style>