Shades of Citron #8B9525
Tints of Citron #8B9525
RGB
CMYK
RGB Variations
Color information
#8B9525 (or 0x8B9525) is known color: Citron. HEX triplet: 8B, 95 and 25. RGB value is (139,149,37). Sum of RGB (Red+Green+Blue) = 139+149+37=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9525 is #746ADA. Grayscale: #858585. Windows color (decimal): -7629531 or 2463115. OLE color: 2463115.
HSL color Cylindrical-coordinate representation of color #8B9525: hue angle of 65.36º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B9525 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 149 | 37 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.42 |
| HSL | 65.36º | 0.6% | 0.36% | - |
| HSV(B) | 65.36º | 0.75% | 0.58% | - |
| XYZ | 21.73 | 27.12 | 5.84 | - |
| YUV | 133.24 | 73.69 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 37 | 0.07 | 0 | 0.75 | 0.42 | 65.36 | 0.6 | 0.36 |
| Hex | 8B | 95 | 25 | 7 | 0 | 4B | 2A | 41 | 3C | 24 |
| Octal | 213 | 225 | 45 | 7 | 0 | 113 | 52 | 101 | 74 | 44 |
| Binary | 10001011 | 10010101 | 100101 | 111 | 0 | 1001011 | 101010 | 1000001 | 111100 | 100100 |
Color Harmonies of #8B9525
Complementary color
Monochromatic Colors of #8B9525
Black with #8B9525
Text Example
Text Example
White with #8B9525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9525; }
p { color: rgb(139,149,37); }
H1.HeaderClassName
{
color: #8B9525;
}
.AnyTagClassName
{
color: #8B9525;
}
</style>
background-color css
<style>
a { background-color: #8B9525; }
a { background-color: rgb(139,149,37); }
div.DivClassName
{
background-color: #8B9525;
}
.BgClassName
{
background-color: #8B9525;
}
</style>
border-color css
<style>
span { border-color: #8B9525; }
span { border-color: rgb(139,149,37); }
td.TdClassName
{
border-color: #8B9525;
}
.TagClassName
{
border-color: #8B9525;
}
</style>