Shades of Citron #8B9524
Tints of Citron #8B9524
RGB
CMYK
RGB Variations
Color information
#8B9524 (or 0x8B9524) is known color: Citron. HEX triplet: 8B, 95 and 24. RGB value is (139,149,36). Sum of RGB (Red+Green+Blue) = 139+149+36=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9524 is #746ADB. Grayscale: #858585. Windows color (decimal): -7629532 or 2397579. OLE color: 2397579.
HSL color Cylindrical-coordinate representation of color #8B9524: hue angle of 65.31º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B9524 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 149 | 36 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.42 |
| HSL | 65.31º | 0.61% | 0.36% | - |
| HSV(B) | 65.31º | 0.76% | 0.58% | - |
| XYZ | 21.71 | 27.11 | 5.76 | - |
| YUV | 133.13 | 73.19 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 36 | 0.07 | 0 | 0.76 | 0.42 | 65.31 | 0.61 | 0.36 |
| Hex | 8B | 95 | 24 | 7 | 0 | 4C | 2A | 41 | 3D | 24 |
| Octal | 213 | 225 | 44 | 7 | 0 | 114 | 52 | 101 | 75 | 44 |
| Binary | 10001011 | 10010101 | 100100 | 111 | 0 | 1001100 | 101010 | 1000001 | 111101 | 100100 |
Color Harmonies of #8B9524
Complementary color
Monochromatic Colors of #8B9524
Black with #8B9524
Text Example
Text Example
White with #8B9524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9524; }
p { color: rgb(139,149,36); }
H1.HeaderClassName
{
color: #8B9524;
}
.AnyTagClassName
{
color: #8B9524;
}
</style>
background-color css
<style>
a { background-color: #8B9524; }
a { background-color: rgb(139,149,36); }
div.DivClassName
{
background-color: #8B9524;
}
.BgClassName
{
background-color: #8B9524;
}
</style>
border-color css
<style>
span { border-color: #8B9524; }
span { border-color: rgb(139,149,36); }
td.TdClassName
{
border-color: #8B9524;
}
.TagClassName
{
border-color: #8B9524;
}
</style>