Shades of Citron #8C9129
Tints of Citron #8C9129
RGB
CMYK
RGB Variations
Color information
#8C9129 (or 0x8C9129) is known color: Citron. HEX triplet: 8C, 91 and 29. RGB value is (140,145,41). Sum of RGB (Red+Green+Blue) = 140+145+41=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #8C9129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9129 is #736ED6. Grayscale: #848484. Windows color (decimal): -7565015 or 2724236. OLE color: 2724236.
HSL color Cylindrical-coordinate representation of color #8C9129: hue angle of 62.88º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C9129 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 145 | 41 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.43 |
| HSL | 62.88º | 0.56% | 0.36% | - |
| HSV(B) | 62.88º | 0.72% | 0.57% | - |
| XYZ | 21.34 | 25.99 | 5.99 | - |
| YUV | 131.65 | 76.84 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 145 | 41 | 0.03 | 0 | 0.72 | 0.43 | 62.88 | 0.56 | 0.36 |
| Hex | 8C | 91 | 29 | 3 | 0 | 48 | 2B | 3F | 38 | 24 |
| Octal | 214 | 221 | 51 | 3 | 0 | 110 | 53 | 77 | 70 | 44 |
| Binary | 10001100 | 10010001 | 101001 | 11 | 0 | 1001000 | 101011 | 111111 | 111000 | 100100 |
Color Harmonies of #8C9129
Complementary color
Monochromatic Colors of #8C9129
Black with #8C9129
Text Example
Text Example
White with #8C9129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9129; }
p { color: rgb(140,145,41); }
H1.HeaderClassName
{
color: #8C9129;
}
.AnyTagClassName
{
color: #8C9129;
}
</style>
background-color css
<style>
a { background-color: #8C9129; }
a { background-color: rgb(140,145,41); }
div.DivClassName
{
background-color: #8C9129;
}
.BgClassName
{
background-color: #8C9129;
}
</style>
border-color css
<style>
span { border-color: #8C9129; }
span { border-color: rgb(140,145,41); }
td.TdClassName
{
border-color: #8C9129;
}
.TagClassName
{
border-color: #8C9129;
}
</style>