Shades of Citron #8C932B
Tints of Citron #8C932B
RGB
CMYK
RGB Variations
Color information
#8C932B (or 0x8C932B) is known color: Citron. HEX triplet: 8C, 93 and 2B. RGB value is (140,147,43). Sum of RGB (Red+Green+Blue) = 140+147+43=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #8C932B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C932B is #736CD4. Grayscale: #858585. Windows color (decimal): -7564501 or 2855820. OLE color: 2855820.
HSL color Cylindrical-coordinate representation of color #8C932B: hue angle of 64.04º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C932B is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 43 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.42 |
| HSL | 64.04º | 0.55% | 0.37% | - |
| HSV(B) | 64.04º | 0.71% | 0.58% | - |
| XYZ | 21.68 | 26.62 | 6.28 | - |
| YUV | 133.05 | 77.18 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 43 | 0.05 | 0 | 0.71 | 0.42 | 64.04 | 0.55 | 0.37 |
| Hex | 8C | 93 | 2B | 5 | 0 | 47 | 2A | 40 | 37 | 25 |
| Octal | 214 | 223 | 53 | 5 | 0 | 107 | 52 | 100 | 67 | 45 |
| Binary | 10001100 | 10010011 | 101011 | 101 | 0 | 1000111 | 101010 | 1000000 | 110111 | 100101 |
Color Harmonies of #8C932B
Complementary color
Monochromatic Colors of #8C932B
Black with #8C932B
Text Example
Text Example
White with #8C932B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C932B; }
p { color: rgb(140,147,43); }
H1.HeaderClassName
{
color: #8C932B;
}
.AnyTagClassName
{
color: #8C932B;
}
</style>
background-color css
<style>
a { background-color: #8C932B; }
a { background-color: rgb(140,147,43); }
div.DivClassName
{
background-color: #8C932B;
}
.BgClassName
{
background-color: #8C932B;
}
</style>
border-color css
<style>
span { border-color: #8C932B; }
span { border-color: rgb(140,147,43); }
td.TdClassName
{
border-color: #8C932B;
}
.TagClassName
{
border-color: #8C932B;
}
</style>