Shades of Citron #89920C
Tints of Citron #89920C
RGB
CMYK
RGB Variations
Color information
#89920C (or 0x89920C) is known color: Citron. HEX triplet: 89, 92 and 0C. RGB value is (137,146,12). Sum of RGB (Red+Green+Blue) = 137+146+12=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #89920C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89920C is #766DF3. Grayscale: #808080. Windows color (decimal): -7761396 or 823945. OLE color: 823945.
HSL color Cylindrical-coordinate representation of color #89920C: hue angle of 64.03º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89920C is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 146 | 12 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.43 |
| HSL | 64.03º | 0.85% | 0.31% | - |
| HSV(B) | 64.03º | 0.92% | 0.57% | - |
| XYZ | 20.66 | 25.9 | 4.26 | - |
| YUV | 128.03 | 62.52 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 12 | 0.06 | 0 | 0.92 | 0.43 | 64.03 | 0.85 | 0.31 |
| Hex | 89 | 92 | C | 6 | 0 | 5C | 2B | 40 | 55 | 1F |
| Octal | 211 | 222 | 14 | 6 | 0 | 134 | 53 | 100 | 125 | 37 |
| Binary | 10001001 | 10010010 | 1100 | 110 | 0 | 1011100 | 101011 | 1000000 | 1010101 | 11111 |
Color Harmonies of #89920C
Complementary color
Monochromatic Colors of #89920C
Black with #89920C
Text Example
Text Example
White with #89920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89920C; }
p { color: rgb(137,146,12); }
H1.HeaderClassName
{
color: #89920C;
}
.AnyTagClassName
{
color: #89920C;
}
</style>
background-color css
<style>
a { background-color: #89920C; }
a { background-color: rgb(137,146,12); }
div.DivClassName
{
background-color: #89920C;
}
.BgClassName
{
background-color: #89920C;
}
</style>
border-color css
<style>
span { border-color: #89920C; }
span { border-color: rgb(137,146,12); }
td.TdClassName
{
border-color: #89920C;
}
.TagClassName
{
border-color: #89920C;
}
</style>