Shades of Citron #8C9225
Tints of Citron #8C9225
RGB
CMYK
RGB Variations
Color information
#8C9225 (or 0x8C9225) is known color: Citron. HEX triplet: 8C, 92 and 25. RGB value is (140,146,37). Sum of RGB (Red+Green+Blue) = 140+146+37=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9225 is #736DDA. Grayscale: #848484. Windows color (decimal): -7564763 or 2462348. OLE color: 2462348.
HSL color Cylindrical-coordinate representation of color #8C9225: hue angle of 63.3º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C9225 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 146 | 37 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.43 |
| HSL | 63.3º | 0.6% | 0.36% | - |
| HSV(B) | 63.3º | 0.75% | 0.57% | - |
| XYZ | 21.43 | 26.27 | 5.69 | - |
| YUV | 131.78 | 74.51 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 146 | 37 | 0.04 | 0 | 0.75 | 0.43 | 63.3 | 0.6 | 0.36 |
| Hex | 8C | 92 | 25 | 4 | 0 | 4B | 2B | 3F | 3C | 24 |
| Octal | 214 | 222 | 45 | 4 | 0 | 113 | 53 | 77 | 74 | 44 |
| Binary | 10001100 | 10010010 | 100101 | 100 | 0 | 1001011 | 101011 | 111111 | 111100 | 100100 |
Color Harmonies of #8C9225
Complementary color
Monochromatic Colors of #8C9225
Black with #8C9225
Text Example
Text Example
White with #8C9225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9225; }
p { color: rgb(140,146,37); }
H1.HeaderClassName
{
color: #8C9225;
}
.AnyTagClassName
{
color: #8C9225;
}
</style>
background-color css
<style>
a { background-color: #8C9225; }
a { background-color: rgb(140,146,37); }
div.DivClassName
{
background-color: #8C9225;
}
.BgClassName
{
background-color: #8C9225;
}
</style>
border-color css
<style>
span { border-color: #8C9225; }
span { border-color: rgb(140,146,37); }
td.TdClassName
{
border-color: #8C9225;
}
.TagClassName
{
border-color: #8C9225;
}
</style>