Shades of Citron #8C9D03
Tints of Citron #8C9D03
RGB
CMYK
RGB Variations
Color information
#8C9D03 (or 0x8C9D03) is known color: Citron. HEX triplet: 8C, 9D and 03. RGB value is (140,157,3). Sum of RGB (Red+Green+Blue) = 140+157+3=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 157 (61.72% from 255 or 52.33% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 157 - color contains mainly: green. Hex color #8C9D03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9D03 is #7362FC. Grayscale: #868686. Windows color (decimal): -7561981 or 236940. OLE color: 236940.
HSL color Cylindrical-coordinate representation of color #8C9D03: hue angle of 66.62º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C9D03 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 157 | 3 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.38 |
| HSL | 66.62º | 0.96% | 0.31% | - |
| HSV(B) | 66.62º | 0.98% | 0.62% | - |
| XYZ | 22.89 | 29.7 | 4.61 | - |
| YUV | 134.36 | 53.87 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 157 | 3 | 0.11 | 0 | 0.98 | 0.38 | 66.62 | 0.96 | 0.31 |
| Hex | 8C | 9D | 3 | B | 0 | 62 | 26 | 43 | 60 | 1F |
| Octal | 214 | 235 | 3 | 13 | 0 | 142 | 46 | 103 | 140 | 37 |
| Binary | 10001100 | 10011101 | 11 | 1011 | 0 | 1100010 | 100110 | 1000011 | 1100000 | 11111 |
Color Harmonies of #8C9D03
Complementary color
Monochromatic Colors of #8C9D03
Black with #8C9D03
Text Example
Text Example
White with #8C9D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9D03; }
p { color: rgb(140,157,3); }
H1.HeaderClassName
{
color: #8C9D03;
}
.AnyTagClassName
{
color: #8C9D03;
}
</style>
background-color css
<style>
a { background-color: #8C9D03; }
a { background-color: rgb(140,157,3); }
div.DivClassName
{
background-color: #8C9D03;
}
.BgClassName
{
background-color: #8C9D03;
}
</style>
border-color css
<style>
span { border-color: #8C9D03; }
span { border-color: rgb(140,157,3); }
td.TdClassName
{
border-color: #8C9D03;
}
.TagClassName
{
border-color: #8C9D03;
}
</style>