Shades of Citron #8B9523
Tints of Citron #8B9523
RGB
CMYK
RGB Variations
Color information
#8B9523 (or 0x8B9523) is known color: Citron. HEX triplet: 8B, 95 and 23. RGB value is (139,149,35). Sum of RGB (Red+Green+Blue) = 139+149+35=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9523 is #746ADC. Grayscale: #858585. Windows color (decimal): -7629533 or 2332043. OLE color: 2332043.
HSL color Cylindrical-coordinate representation of color #8B9523: hue angle of 65.26º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B9523 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 149 | 35 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.42 |
| HSL | 65.26º | 0.62% | 0.36% | - |
| HSV(B) | 65.26º | 0.77% | 0.58% | - |
| XYZ | 21.7 | 27.11 | 5.68 | - |
| YUV | 133.01 | 72.69 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 35 | 0.07 | 0 | 0.77 | 0.42 | 65.26 | 0.62 | 0.36 |
| Hex | 8B | 95 | 23 | 7 | 0 | 4D | 2A | 41 | 3E | 24 |
| Octal | 213 | 225 | 43 | 7 | 0 | 115 | 52 | 101 | 76 | 44 |
| Binary | 10001011 | 10010101 | 100011 | 111 | 0 | 1001101 | 101010 | 1000001 | 111110 | 100100 |
Color Harmonies of #8B9523
Complementary color
Monochromatic Colors of #8B9523
Black with #8B9523
Text Example
Text Example
White with #8B9523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9523; }
p { color: rgb(139,149,35); }
H1.HeaderClassName
{
color: #8B9523;
}
.AnyTagClassName
{
color: #8B9523;
}
</style>
background-color css
<style>
a { background-color: #8B9523; }
a { background-color: rgb(139,149,35); }
div.DivClassName
{
background-color: #8B9523;
}
.BgClassName
{
background-color: #8B9523;
}
</style>
border-color css
<style>
span { border-color: #8B9523; }
span { border-color: rgb(139,149,35); }
td.TdClassName
{
border-color: #8B9523;
}
.TagClassName
{
border-color: #8B9523;
}
</style>