Shades of Citron #8C972A
Tints of Citron #8C972A
RGB
CMYK
RGB Variations
Color information
#8C972A (or 0x8C972A) is known color: Citron. HEX triplet: 8C, 97 and 2A. RGB value is (140,151,42). Sum of RGB (Red+Green+Blue) = 140+151+42=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 151 - color contains mainly: green. Hex color #8C972A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C972A is #7368D5. Grayscale: #878787. Windows color (decimal): -7563478 or 2791308. OLE color: 2791308.
HSL color Cylindrical-coordinate representation of color #8C972A: hue angle of 66.06º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C972A is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 151 | 42 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.41 |
| HSL | 66.06º | 0.56% | 0.38% | - |
| HSV(B) | 66.06º | 0.72% | 0.59% | - |
| XYZ | 22.3 | 27.88 | 6.4 | - |
| YUV | 135.29 | 75.36 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 42 | 0.07 | 0 | 0.72 | 0.41 | 66.06 | 0.56 | 0.38 |
| Hex | 8C | 97 | 2A | 7 | 0 | 48 | 29 | 42 | 38 | 26 |
| Octal | 214 | 227 | 52 | 7 | 0 | 110 | 51 | 102 | 70 | 46 |
| Binary | 10001100 | 10010111 | 101010 | 111 | 0 | 1001000 | 101001 | 1000010 | 111000 | 100110 |
Color Harmonies of #8C972A
Complementary color
Monochromatic Colors of #8C972A
Black with #8C972A
Text Example
Text Example
White with #8C972A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C972A; }
p { color: rgb(140,151,42); }
H1.HeaderClassName
{
color: #8C972A;
}
.AnyTagClassName
{
color: #8C972A;
}
</style>
background-color css
<style>
a { background-color: #8C972A; }
a { background-color: rgb(140,151,42); }
div.DivClassName
{
background-color: #8C972A;
}
.BgClassName
{
background-color: #8C972A;
}
</style>
border-color css
<style>
span { border-color: #8C972A; }
span { border-color: rgb(140,151,42); }
td.TdClassName
{
border-color: #8C972A;
}
.TagClassName
{
border-color: #8C972A;
}
</style>