Shades of Citron #8D9326
Tints of Citron #8D9326
RGB
CMYK
RGB Variations
Color information
#8D9326 (or 0x8D9326) is known color: Citron. HEX triplet: 8D, 93 and 26. RGB value is (141,147,38). Sum of RGB (Red+Green+Blue) = 141+147+38=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9326 is #726CD9. Grayscale: #858585. Windows color (decimal): -7498970 or 2528141. OLE color: 2528141.
HSL color Cylindrical-coordinate representation of color #8D9326: hue angle of 63.3º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D9326 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 38 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.42 |
| HSL | 63.3º | 0.59% | 0.36% | - |
| HSV(B) | 63.3º | 0.74% | 0.58% | - |
| XYZ | 21.77 | 26.67 | 5.83 | - |
| YUV | 132.78 | 74.51 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 38 | 0.04 | 0 | 0.74 | 0.42 | 63.3 | 0.59 | 0.36 |
| Hex | 8D | 93 | 26 | 4 | 0 | 4A | 2A | 3F | 3B | 24 |
| Octal | 215 | 223 | 46 | 4 | 0 | 112 | 52 | 77 | 73 | 44 |
| Binary | 10001101 | 10010011 | 100110 | 100 | 0 | 1001010 | 101010 | 111111 | 111011 | 100100 |
Color Harmonies of #8D9326
Complementary color
Monochromatic Colors of #8D9326
Black with #8D9326
Text Example
Text Example
White with #8D9326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9326; }
p { color: rgb(141,147,38); }
H1.HeaderClassName
{
color: #8D9326;
}
.AnyTagClassName
{
color: #8D9326;
}
</style>
background-color css
<style>
a { background-color: #8D9326; }
a { background-color: rgb(141,147,38); }
div.DivClassName
{
background-color: #8D9326;
}
.BgClassName
{
background-color: #8D9326;
}
</style>
border-color css
<style>
span { border-color: #8D9326; }
span { border-color: rgb(141,147,38); }
td.TdClassName
{
border-color: #8D9326;
}
.TagClassName
{
border-color: #8D9326;
}
</style>