Shades of Citron #8C981F
Tints of Citron #8C981F
RGB
CMYK
RGB Variations
Color information
#8C981F (or 0x8C981F) is known color: Citron. HEX triplet: 8C, 98 and 1F. RGB value is (140,152,31). Sum of RGB (Red+Green+Blue) = 140+152+31=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #8C981F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C981F is #7367E0. Grayscale: #878787. Windows color (decimal): -7563233 or 2070668. OLE color: 2070668.
HSL color Cylindrical-coordinate representation of color #8C981F: hue angle of 65.95º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C981F is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 152 | 31 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.40 |
| HSL | 65.95º | 0.66% | 0.36% | - |
| HSV(B) | 65.95º | 0.8% | 0.6% | - |
| XYZ | 22.29 | 28.13 | 5.55 | - |
| YUV | 134.62 | 69.52 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 152 | 31 | 0.08 | 0 | 0.80 | 0.40 | 65.95 | 0.66 | 0.36 |
| Hex | 8C | 98 | 1F | 8 | 0 | 50 | 28 | 42 | 42 | 24 |
| Octal | 214 | 230 | 37 | 10 | 0 | 120 | 50 | 102 | 102 | 44 |
| Binary | 10001100 | 10011000 | 11111 | 1000 | 0 | 1010000 | 101000 | 1000010 | 1000010 | 100100 |
Color Harmonies of #8C981F
Complementary color
Monochromatic Colors of #8C981F
Black with #8C981F
Text Example
Text Example
White with #8C981F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C981F; }
p { color: rgb(140,152,31); }
H1.HeaderClassName
{
color: #8C981F;
}
.AnyTagClassName
{
color: #8C981F;
}
</style>
background-color css
<style>
a { background-color: #8C981F; }
a { background-color: rgb(140,152,31); }
div.DivClassName
{
background-color: #8C981F;
}
.BgClassName
{
background-color: #8C981F;
}
</style>
border-color css
<style>
span { border-color: #8C981F; }
span { border-color: rgb(140,152,31); }
td.TdClassName
{
border-color: #8C981F;
}
.TagClassName
{
border-color: #8C981F;
}
</style>