Shades of Citron #8C901F
Tints of Citron #8C901F
RGB
CMYK
RGB Variations
Color information
#8C901F (or 0x8C901F) is known color: Citron. HEX triplet: 8C, 90 and 1F. RGB value is (140,144,31). Sum of RGB (Red+Green+Blue) = 140+144+31=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #8C901F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C901F is #736FE0. Grayscale: #828282. Windows color (decimal): -7565281 or 2068620. OLE color: 2068620.
HSL color Cylindrical-coordinate representation of color #8C901F: hue angle of 62.12º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C901F is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 144 | 31 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.44 |
| HSL | 62.12º | 0.65% | 0.34% | - |
| HSV(B) | 62.12º | 0.78% | 0.56% | - |
| XYZ | 21.04 | 25.62 | 5.13 | - |
| YUV | 129.92 | 72.17 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 31 | 0.03 | 0 | 0.78 | 0.44 | 62.12 | 0.65 | 0.34 |
| Hex | 8C | 90 | 1F | 3 | 0 | 4E | 2C | 3E | 41 | 22 |
| Octal | 214 | 220 | 37 | 3 | 0 | 116 | 54 | 76 | 101 | 42 |
| Binary | 10001100 | 10010000 | 11111 | 11 | 0 | 1001110 | 101100 | 111110 | 1000001 | 100010 |
Color Harmonies of #8C901F
Complementary color
Monochromatic Colors of #8C901F
Black with #8C901F
Text Example
Text Example
White with #8C901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C901F; }
p { color: rgb(140,144,31); }
H1.HeaderClassName
{
color: #8C901F;
}
.AnyTagClassName
{
color: #8C901F;
}
</style>
background-color css
<style>
a { background-color: #8C901F; }
a { background-color: rgb(140,144,31); }
div.DivClassName
{
background-color: #8C901F;
}
.BgClassName
{
background-color: #8C901F;
}
</style>
border-color css
<style>
span { border-color: #8C901F; }
span { border-color: rgb(140,144,31); }
td.TdClassName
{
border-color: #8C901F;
}
.TagClassName
{
border-color: #8C901F;
}
</style>