Shades of Citron #8C9921
Tints of Citron #8C9921
RGB
CMYK
RGB Variations
Color information
#8C9921 (or 0x8C9921) is known color: Citron. HEX triplet: 8C, 99 and 21. RGB value is (140,153,33). Sum of RGB (Red+Green+Blue) = 140+153+33=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9921 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9921 is #7366DE. Grayscale: #878787. Windows color (decimal): -7562975 or 2201996. OLE color: 2201996.
HSL color Cylindrical-coordinate representation of color #8C9921: hue angle of 66.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C9921 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 153 | 33 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.4 |
| HSL | 66.5º | 0.65% | 0.36% | - |
| HSV(B) | 66.5º | 0.78% | 0.6% | - |
| XYZ | 22.48 | 28.47 | 5.75 | - |
| YUV | 135.43 | 70.19 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 33 | 0.08 | 0 | 0.78 | 0.4 | 66.5 | 0.65 | 0.36 |
| Hex | 8C | 99 | 21 | 8 | 0 | 4E | 28 | 42 | 41 | 24 |
| Octal | 214 | 231 | 41 | 10 | 0 | 116 | 50 | 102 | 101 | 44 |
| Binary | 10001100 | 10011001 | 100001 | 1000 | 0 | 1001110 | 101000 | 1000010 | 1000001 | 100100 |
Color Harmonies of #8C9921
Complementary color
Monochromatic Colors of #8C9921
Black with #8C9921
Text Example
Text Example
White with #8C9921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9921; }
p { color: rgb(140,153,33); }
H1.HeaderClassName
{
color: #8C9921;
}
.AnyTagClassName
{
color: #8C9921;
}
</style>
background-color css
<style>
a { background-color: #8C9921; }
a { background-color: rgb(140,153,33); }
div.DivClassName
{
background-color: #8C9921;
}
.BgClassName
{
background-color: #8C9921;
}
</style>
border-color css
<style>
span { border-color: #8C9921; }
span { border-color: rgb(140,153,33); }
td.TdClassName
{
border-color: #8C9921;
}
.TagClassName
{
border-color: #8C9921;
}
</style>