Shades of Citron #8B9826
Tints of Citron #8B9826
RGB
CMYK
RGB Variations
Color information
#8B9826 (or 0x8B9826) is known color: Citron. HEX triplet: 8B, 98 and 26. RGB value is (139,152,38). Sum of RGB (Red+Green+Blue) = 139+152+38=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #8B9826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9826 is #7467D9. Grayscale: #878787. Windows color (decimal): -7628762 or 2529419. OLE color: 2529419.
HSL color Cylindrical-coordinate representation of color #8B9826: hue angle of 66.84º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B9826 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 152 | 38 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.40 |
| HSL | 66.84º | 0.6% | 0.37% | - |
| HSV(B) | 66.84º | 0.75% | 0.6% | - |
| XYZ | 22.23 | 28.09 | 6.08 | - |
| YUV | 135.12 | 73.19 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 152 | 38 | 0.09 | 0 | 0.75 | 0.40 | 66.84 | 0.6 | 0.37 |
| Hex | 8B | 98 | 26 | 9 | 0 | 4B | 28 | 43 | 3C | 25 |
| Octal | 213 | 230 | 46 | 11 | 0 | 113 | 50 | 103 | 74 | 45 |
| Binary | 10001011 | 10011000 | 100110 | 1001 | 0 | 1001011 | 101000 | 1000011 | 111100 | 100101 |
Color Harmonies of #8B9826
Complementary color
Monochromatic Colors of #8B9826
Black with #8B9826
Text Example
Text Example
White with #8B9826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9826; }
p { color: rgb(139,152,38); }
H1.HeaderClassName
{
color: #8B9826;
}
.AnyTagClassName
{
color: #8B9826;
}
</style>
background-color css
<style>
a { background-color: #8B9826; }
a { background-color: rgb(139,152,38); }
div.DivClassName
{
background-color: #8B9826;
}
.BgClassName
{
background-color: #8B9826;
}
</style>
border-color css
<style>
span { border-color: #8B9826; }
span { border-color: rgb(139,152,38); }
td.TdClassName
{
border-color: #8B9826;
}
.TagClassName
{
border-color: #8B9826;
}
</style>