Shades of Citron #8CA320
Tints of Citron #8CA320
RGB
CMYK
RGB Variations
Color information
#8CA320 (or 0x8CA320) is known color: Citron. HEX triplet: 8C, A3 and 20. RGB value is (140,163,32). Sum of RGB (Red+Green+Blue) = 140+163+32=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 163 (64.06% from 255 or 48.66% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA320 is #735CDF. Grayscale: #8D8D8D. Windows color (decimal): -7560416 or 2139020. OLE color: 2139020.
HSL color Cylindrical-coordinate representation of color #8CA320: hue angle of 70.53º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8CA320 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 163 | 32 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.36 |
| HSL | 70.53º | 0.67% | 0.38% | - |
| HSV(B) | 70.53º | 0.8% | 0.64% | - |
| XYZ | 24.17 | 31.87 | 6.24 | - |
| YUV | 141.19 | 66.38 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 32 | 0.14 | 0 | 0.80 | 0.36 | 70.53 | 0.67 | 0.38 |
| Hex | 8C | A3 | 20 | E | 0 | 50 | 24 | 47 | 43 | 26 |
| Octal | 214 | 243 | 40 | 16 | 0 | 120 | 44 | 107 | 103 | 46 |
| Binary | 10001100 | 10100011 | 100000 | 1110 | 0 | 1010000 | 100100 | 1000111 | 1000011 | 100110 |
Color Harmonies of #8CA320
Complementary color
Monochromatic Colors of #8CA320
Black with #8CA320
Text Example
Text Example
White with #8CA320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA320; }
p { color: rgb(140,163,32); }
H1.HeaderClassName
{
color: #8CA320;
}
.AnyTagClassName
{
color: #8CA320;
}
</style>
background-color css
<style>
a { background-color: #8CA320; }
a { background-color: rgb(140,163,32); }
div.DivClassName
{
background-color: #8CA320;
}
.BgClassName
{
background-color: #8CA320;
}
</style>
border-color css
<style>
span { border-color: #8CA320; }
span { border-color: rgb(140,163,32); }
td.TdClassName
{
border-color: #8CA320;
}
.TagClassName
{
border-color: #8CA320;
}
</style>