Shades of Citron #8B9225
Tints of Citron #8B9225
RGB
CMYK
RGB Variations
Color information
#8B9225 (or 0x8B9225) is known color: Citron. HEX triplet: 8B, 92 and 25. RGB value is (139,146,37). Sum of RGB (Red+Green+Blue) = 139+146+37=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #8B9225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9225 is #746DDA. Grayscale: #838383. Windows color (decimal): -7630299 or 2462347. OLE color: 2462347.
HSL color Cylindrical-coordinate representation of color #8B9225: hue angle of 63.85º 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 #8B9225 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 146 | 37 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.43 |
| HSL | 63.85º | 0.6% | 0.36% | - |
| HSV(B) | 63.85º | 0.75% | 0.57% | - |
| XYZ | 21.26 | 26.18 | 5.68 | - |
| YUV | 131.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 146 | 37 | 0.05 | 0 | 0.75 | 0.43 | 63.85 | 0.6 | 0.36 |
| Hex | 8B | 92 | 25 | 5 | 0 | 4B | 2B | 40 | 3C | 24 |
| Octal | 213 | 222 | 45 | 5 | 0 | 113 | 53 | 100 | 74 | 44 |
| Binary | 10001011 | 10010010 | 100101 | 101 | 0 | 1001011 | 101011 | 1000000 | 111100 | 100100 |
Color Harmonies of #8B9225
Complementary color
Monochromatic Colors of #8B9225
Black with #8B9225
Text Example
Text Example
White with #8B9225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9225; }
p { color: rgb(139,146,37); }
H1.HeaderClassName
{
color: #8B9225;
}
.AnyTagClassName
{
color: #8B9225;
}
</style>
background-color css
<style>
a { background-color: #8B9225; }
a { background-color: rgb(139,146,37); }
div.DivClassName
{
background-color: #8B9225;
}
.BgClassName
{
background-color: #8B9225;
}
</style>
border-color css
<style>
span { border-color: #8B9225; }
span { border-color: rgb(139,146,37); }
td.TdClassName
{
border-color: #8B9225;
}
.TagClassName
{
border-color: #8B9225;
}
</style>