Shades of Citron #8C9409
Tints of Citron #8C9409
RGB
CMYK
RGB Variations
Color information
#8C9409 (or 0x8C9409) is known color: Citron. HEX triplet: 8C, 94 and 09. RGB value is (140,148,9). Sum of RGB (Red+Green+Blue) = 140+148+9=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 9 (3.91% from 255 or 3.03% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9409 is #736BF6. Grayscale: #828282. Windows color (decimal): -7564279 or 627852. OLE color: 627852.
HSL color Cylindrical-coordinate representation of color #8C9409: hue angle of 63.45º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C9409 is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 148 | 9 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.42 |
| HSL | 63.45º | 0.89% | 0.31% | - |
| HSV(B) | 63.45º | 0.94% | 0.58% | - |
| XYZ | 21.45 | 26.77 | 4.3 | - |
| YUV | 129.76 | 59.85 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 148 | 9 | 0.05 | 0 | 0.94 | 0.42 | 63.45 | 0.89 | 0.31 |
| Hex | 8C | 94 | 9 | 5 | 0 | 5E | 2A | 3F | 59 | 1F |
| Octal | 214 | 224 | 11 | 5 | 0 | 136 | 52 | 77 | 131 | 37 |
| Binary | 10001100 | 10010100 | 1001 | 101 | 0 | 1011110 | 101010 | 111111 | 1011001 | 11111 |
Color Harmonies of #8C9409
Complementary color
Monochromatic Colors of #8C9409
Black with #8C9409
Text Example
Text Example
White with #8C9409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9409; }
p { color: rgb(140,148,9); }
H1.HeaderClassName
{
color: #8C9409;
}
.AnyTagClassName
{
color: #8C9409;
}
</style>
background-color css
<style>
a { background-color: #8C9409; }
a { background-color: rgb(140,148,9); }
div.DivClassName
{
background-color: #8C9409;
}
.BgClassName
{
background-color: #8C9409;
}
</style>
border-color css
<style>
span { border-color: #8C9409; }
span { border-color: rgb(140,148,9); }
td.TdClassName
{
border-color: #8C9409;
}
.TagClassName
{
border-color: #8C9409;
}
</style>