Shades of Citron #8C931A
Tints of Citron #8C931A
RGB
CMYK
RGB Variations
Color information
#8C931A (or 0x8C931A) is known color: Citron. HEX triplet: 8C, 93 and 1A. RGB value is (140,147,26). Sum of RGB (Red+Green+Blue) = 140+147+26=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #8C931A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C931A is #736CE5. Grayscale: #838383. Windows color (decimal): -7564518 or 1741708. OLE color: 1741708.
HSL color Cylindrical-coordinate representation of color #8C931A: hue angle of 63.47º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C931A is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 26 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.42 |
| HSL | 63.47º | 0.7% | 0.34% | - |
| HSV(B) | 63.47º | 0.82% | 0.58% | - |
| XYZ | 21.44 | 26.52 | 4.97 | - |
| YUV | 131.11 | 68.68 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 26 | 0.05 | 0 | 0.82 | 0.42 | 63.47 | 0.7 | 0.34 |
| Hex | 8C | 93 | 1A | 5 | 0 | 52 | 2A | 3F | 46 | 22 |
| Octal | 214 | 223 | 32 | 5 | 0 | 122 | 52 | 77 | 106 | 42 |
| Binary | 10001100 | 10010011 | 11010 | 101 | 0 | 1010010 | 101010 | 111111 | 1000110 | 100010 |
Color Harmonies of #8C931A
Complementary color
Monochromatic Colors of #8C931A
Black with #8C931A
Text Example
Text Example
White with #8C931A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C931A; }
p { color: rgb(140,147,26); }
H1.HeaderClassName
{
color: #8C931A;
}
.AnyTagClassName
{
color: #8C931A;
}
</style>
background-color css
<style>
a { background-color: #8C931A; }
a { background-color: rgb(140,147,26); }
div.DivClassName
{
background-color: #8C931A;
}
.BgClassName
{
background-color: #8C931A;
}
</style>
border-color css
<style>
span { border-color: #8C931A; }
span { border-color: rgb(140,147,26); }
td.TdClassName
{
border-color: #8C931A;
}
.TagClassName
{
border-color: #8C931A;
}
</style>