Shades of Citron #8D9A10
Tints of Citron #8D9A10
RGB
CMYK
RGB Variations
Color information
#8D9A10 (or 0x8D9A10) is known color: Citron. HEX triplet: 8D, 9A and 10. RGB value is (141,154,16). Sum of RGB (Red+Green+Blue) = 141+154+16=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #8D9A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D9A10 is #7265EF. Grayscale: #868686. Windows color (decimal): -7497200 or 1088141. OLE color: 1088141.
HSL color Cylindrical-coordinate representation of color #8D9A10: hue angle of 65.65º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D9A10 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 154 | 16 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.40 |
| HSL | 65.65º | 0.81% | 0.33% | - |
| HSV(B) | 65.65º | 0.9% | 0.6% | - |
| XYZ | 22.63 | 28.81 | 4.86 | - |
| YUV | 134.38 | 61.19 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 154 | 16 | 0.08 | 0 | 0.90 | 0.40 | 65.65 | 0.81 | 0.33 |
| Hex | 8D | 9A | 10 | 8 | 0 | 5A | 28 | 42 | 51 | 21 |
| Octal | 215 | 232 | 20 | 10 | 0 | 132 | 50 | 102 | 121 | 41 |
| Binary | 10001101 | 10011010 | 10000 | 1000 | 0 | 1011010 | 101000 | 1000010 | 1010001 | 100001 |
Color Harmonies of #8D9A10
Complementary color
Monochromatic Colors of #8D9A10
Black with #8D9A10
Text Example
Text Example
White with #8D9A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9A10; }
p { color: rgb(141,154,16); }
H1.HeaderClassName
{
color: #8D9A10;
}
.AnyTagClassName
{
color: #8D9A10;
}
</style>
background-color css
<style>
a { background-color: #8D9A10; }
a { background-color: rgb(141,154,16); }
div.DivClassName
{
background-color: #8D9A10;
}
.BgClassName
{
background-color: #8D9A10;
}
</style>
border-color css
<style>
span { border-color: #8D9A10; }
span { border-color: rgb(141,154,16); }
td.TdClassName
{
border-color: #8D9A10;
}
.TagClassName
{
border-color: #8D9A10;
}
</style>