Shades of Citron #8C9927
Tints of Citron #8C9927
RGB
CMYK
RGB Variations
Color information
#8C9927 (or 0x8C9927) is known color: Citron. HEX triplet: 8C, 99 and 27. RGB value is (140,153,39). Sum of RGB (Red+Green+Blue) = 140+153+39=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9927 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9927 is #7366D8. Grayscale: #888888. Windows color (decimal): -7562969 or 2595212. OLE color: 2595212.
HSL color Cylindrical-coordinate representation of color #8C9927: hue angle of 66.84º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C9927 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 153 | 39 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.4 |
| HSL | 66.84º | 0.59% | 0.38% | - |
| HSV(B) | 66.84º | 0.75% | 0.6% | - |
| XYZ | 22.57 | 28.5 | 6.23 | - |
| YUV | 136.12 | 73.19 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 39 | 0.08 | 0 | 0.75 | 0.4 | 66.84 | 0.59 | 0.38 |
| Hex | 8C | 99 | 27 | 8 | 0 | 4B | 28 | 43 | 3B | 26 |
| Octal | 214 | 231 | 47 | 10 | 0 | 113 | 50 | 103 | 73 | 46 |
| Binary | 10001100 | 10011001 | 100111 | 1000 | 0 | 1001011 | 101000 | 1000011 | 111011 | 100110 |
Color Harmonies of #8C9927
Complementary color
Monochromatic Colors of #8C9927
Black with #8C9927
Text Example
Text Example
White with #8C9927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9927; }
p { color: rgb(140,153,39); }
H1.HeaderClassName
{
color: #8C9927;
}
.AnyTagClassName
{
color: #8C9927;
}
</style>
background-color css
<style>
a { background-color: #8C9927; }
a { background-color: rgb(140,153,39); }
div.DivClassName
{
background-color: #8C9927;
}
.BgClassName
{
background-color: #8C9927;
}
</style>
border-color css
<style>
span { border-color: #8C9927; }
span { border-color: rgb(140,153,39); }
td.TdClassName
{
border-color: #8C9927;
}
.TagClassName
{
border-color: #8C9927;
}
</style>