Shades of Citron #8CA319
Tints of Citron #8CA319
RGB
CMYK
RGB Variations
Color information
#8CA319 (or 0x8CA319) is known color: Citron. HEX triplet: 8C, A3 and 19. RGB value is (140,163,25). Sum of RGB (Red+Green+Blue) = 140+163+25=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 163 (64.06% from 255 or 49.70% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA319 is #735CE6. Grayscale: #8C8C8C. Windows color (decimal): -7560423 or 1680268. OLE color: 1680268.
HSL color Cylindrical-coordinate representation of color #8CA319: hue angle of 70º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8CA319 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 163 | 25 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.36 |
| HSL | 70º | 0.73% | 0.37% | - |
| HSV(B) | 70º | 0.85% | 0.64% | - |
| XYZ | 24.09 | 31.84 | 5.8 | - |
| YUV | 140.39 | 62.88 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 25 | 0.14 | 0 | 0.85 | 0.36 | 70 | 0.73 | 0.37 |
| Hex | 8C | A3 | 19 | E | 0 | 55 | 24 | 46 | 49 | 25 |
| Octal | 214 | 243 | 31 | 16 | 0 | 125 | 44 | 106 | 111 | 45 |
| Binary | 10001100 | 10100011 | 11001 | 1110 | 0 | 1010101 | 100100 | 1000110 | 1001001 | 100101 |
Color Harmonies of #8CA319
Complementary color
Monochromatic Colors of #8CA319
Black with #8CA319
Text Example
Text Example
White with #8CA319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA319; }
p { color: rgb(140,163,25); }
H1.HeaderClassName
{
color: #8CA319;
}
.AnyTagClassName
{
color: #8CA319;
}
</style>
background-color css
<style>
a { background-color: #8CA319; }
a { background-color: rgb(140,163,25); }
div.DivClassName
{
background-color: #8CA319;
}
.BgClassName
{
background-color: #8CA319;
}
</style>
border-color css
<style>
span { border-color: #8CA319; }
span { border-color: rgb(140,163,25); }
td.TdClassName
{
border-color: #8CA319;
}
.TagClassName
{
border-color: #8CA319;
}
</style>