Shades of Citron #8C9A1F
Tints of Citron #8C9A1F
RGB
CMYK
RGB Variations
Color information
#8C9A1F (or 0x8C9A1F) is known color: Citron. HEX triplet: 8C, 9A and 1F. RGB value is (140,154,31). Sum of RGB (Red+Green+Blue) = 140+154+31=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 154 - color contains mainly: green. Hex color #8C9A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9A1F is #7365E0. Grayscale: #888888. Windows color (decimal): -7562721 or 2071180. OLE color: 2071180.
HSL color Cylindrical-coordinate representation of color #8C9A1F: hue angle of 66.83º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C9A1F is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 154 | 31 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.40 |
| HSL | 66.83º | 0.66% | 0.36% | - |
| HSV(B) | 66.83º | 0.8% | 0.6% | - |
| XYZ | 22.62 | 28.79 | 5.66 | - |
| YUV | 135.79 | 68.86 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 154 | 31 | 0.09 | 0 | 0.80 | 0.40 | 66.83 | 0.66 | 0.36 |
| Hex | 8C | 9A | 1F | 9 | 0 | 50 | 28 | 43 | 42 | 24 |
| Octal | 214 | 232 | 37 | 11 | 0 | 120 | 50 | 103 | 102 | 44 |
| Binary | 10001100 | 10011010 | 11111 | 1001 | 0 | 1010000 | 101000 | 1000011 | 1000010 | 100100 |
Color Harmonies of #8C9A1F
Complementary color
Monochromatic Colors of #8C9A1F
Black with #8C9A1F
Text Example
Text Example
White with #8C9A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9A1F; }
p { color: rgb(140,154,31); }
H1.HeaderClassName
{
color: #8C9A1F;
}
.AnyTagClassName
{
color: #8C9A1F;
}
</style>
background-color css
<style>
a { background-color: #8C9A1F; }
a { background-color: rgb(140,154,31); }
div.DivClassName
{
background-color: #8C9A1F;
}
.BgClassName
{
background-color: #8C9A1F;
}
</style>
border-color css
<style>
span { border-color: #8C9A1F; }
span { border-color: rgb(140,154,31); }
td.TdClassName
{
border-color: #8C9A1F;
}
.TagClassName
{
border-color: #8C9A1F;
}
</style>