Shades of Citron #8C9025
Tints of Citron #8C9025
RGB
CMYK
RGB Variations
Color information
#8C9025 (or 0x8C9025) is known color: Citron. HEX triplet: 8C, 90 and 25. RGB value is (140,144,37). Sum of RGB (Red+Green+Blue) = 140+144+37=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #8C9025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9025 is #736FDA. Grayscale: #838383. Windows color (decimal): -7565275 or 2461836. OLE color: 2461836.
HSL color Cylindrical-coordinate representation of color #8C9025: hue angle of 62.24º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C9025 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 144 | 37 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.44 |
| HSL | 62.24º | 0.59% | 0.35% | - |
| HSV(B) | 62.24º | 0.74% | 0.56% | - |
| XYZ | 21.12 | 25.66 | 5.59 | - |
| YUV | 130.61 | 75.17 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 37 | 0.03 | 0 | 0.74 | 0.44 | 62.24 | 0.59 | 0.35 |
| Hex | 8C | 90 | 25 | 3 | 0 | 4A | 2C | 3E | 3B | 23 |
| Octal | 214 | 220 | 45 | 3 | 0 | 112 | 54 | 76 | 73 | 43 |
| Binary | 10001100 | 10010000 | 100101 | 11 | 0 | 1001010 | 101100 | 111110 | 111011 | 100011 |
Color Harmonies of #8C9025
Complementary color
Monochromatic Colors of #8C9025
Black with #8C9025
Text Example
Text Example
White with #8C9025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9025; }
p { color: rgb(140,144,37); }
H1.HeaderClassName
{
color: #8C9025;
}
.AnyTagClassName
{
color: #8C9025;
}
</style>
background-color css
<style>
a { background-color: #8C9025; }
a { background-color: rgb(140,144,37); }
div.DivClassName
{
background-color: #8C9025;
}
.BgClassName
{
background-color: #8C9025;
}
</style>
border-color css
<style>
span { border-color: #8C9025; }
span { border-color: rgb(140,144,37); }
td.TdClassName
{
border-color: #8C9025;
}
.TagClassName
{
border-color: #8C9025;
}
</style>