Shades of Citron #8C9D1D
Tints of Citron #8C9D1D
RGB
CMYK
RGB Variations
Color information
#8C9D1D (or 0x8C9D1D) is known color: Citron. HEX triplet: 8C, 9D and 1D. RGB value is (140,157,29). Sum of RGB (Red+Green+Blue) = 140+157+29=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #8C9D1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9D1D is #7362E2. Grayscale: #898989. Windows color (decimal): -7561955 or 1940876. OLE color: 1940876.
HSL color Cylindrical-coordinate representation of color #8C9D1D: hue angle of 67.97º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C9D1D is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 157 | 29 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.38 |
| HSL | 67.97º | 0.69% | 0.36% | - |
| HSV(B) | 67.97º | 0.82% | 0.62% | - |
| XYZ | 23.09 | 29.78 | 5.69 | - |
| YUV | 137.33 | 66.87 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 157 | 29 | 0.11 | 0 | 0.82 | 0.38 | 67.97 | 0.69 | 0.36 |
| Hex | 8C | 9D | 1D | B | 0 | 52 | 26 | 44 | 45 | 24 |
| Octal | 214 | 235 | 35 | 13 | 0 | 122 | 46 | 104 | 105 | 44 |
| Binary | 10001100 | 10011101 | 11101 | 1011 | 0 | 1010010 | 100110 | 1000100 | 1000101 | 100100 |
Color Harmonies of #8C9D1D
Complementary color
Monochromatic Colors of #8C9D1D
Black with #8C9D1D
Text Example
Text Example
White with #8C9D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9D1D; }
p { color: rgb(140,157,29); }
H1.HeaderClassName
{
color: #8C9D1D;
}
.AnyTagClassName
{
color: #8C9D1D;
}
</style>
background-color css
<style>
a { background-color: #8C9D1D; }
a { background-color: rgb(140,157,29); }
div.DivClassName
{
background-color: #8C9D1D;
}
.BgClassName
{
background-color: #8C9D1D;
}
</style>
border-color css
<style>
span { border-color: #8C9D1D; }
span { border-color: rgb(140,157,29); }
td.TdClassName
{
border-color: #8C9D1D;
}
.TagClassName
{
border-color: #8C9D1D;
}
</style>