Shades of Citron #8D902C
Tints of Citron #8D902C
RGB
CMYK
RGB Variations
Color information
#8D902C (or 0x8D902C) is known color: Citron. HEX triplet: 8D, 90 and 2C. RGB value is (141,144,44). Sum of RGB (Red+Green+Blue) = 141+144+44=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #8D902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D902C is #726FD3. Grayscale: #848484. Windows color (decimal): -7499732 or 2920589. OLE color: 2920589.
HSL color Cylindrical-coordinate representation of color #8D902C: hue angle of 61.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D902C is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 144 | 44 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.44 |
| HSL | 61.8º | 0.53% | 0.37% | - |
| HSV(B) | 61.8º | 0.69% | 0.56% | - |
| XYZ | 21.41 | 25.79 | 6.23 | - |
| YUV | 131.7 | 78.51 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 144 | 44 | 0.02 | 0 | 0.69 | 0.44 | 61.8 | 0.53 | 0.37 |
| Hex | 8D | 90 | 2C | 2 | 0 | 45 | 2C | 3E | 35 | 25 |
| Octal | 215 | 220 | 54 | 2 | 0 | 105 | 54 | 76 | 65 | 45 |
| Binary | 10001101 | 10010000 | 101100 | 10 | 0 | 1000101 | 101100 | 111110 | 110101 | 100101 |
Color Harmonies of #8D902C
Complementary color
Monochromatic Colors of #8D902C
Black with #8D902C
Text Example
Text Example
White with #8D902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D902C; }
p { color: rgb(141,144,44); }
H1.HeaderClassName
{
color: #8D902C;
}
.AnyTagClassName
{
color: #8D902C;
}
</style>
background-color css
<style>
a { background-color: #8D902C; }
a { background-color: rgb(141,144,44); }
div.DivClassName
{
background-color: #8D902C;
}
.BgClassName
{
background-color: #8D902C;
}
</style>
border-color css
<style>
span { border-color: #8D902C; }
span { border-color: rgb(141,144,44); }
td.TdClassName
{
border-color: #8D902C;
}
.TagClassName
{
border-color: #8D902C;
}
</style>