Shades of Citron #8B9926
Tints of Citron #8B9926
RGB
CMYK
RGB Variations
Color information
#8B9926 (or 0x8B9926) is known color: Citron. HEX triplet: 8B, 99 and 26. RGB value is (139,153,38). Sum of RGB (Red+Green+Blue) = 139+153+38=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #8B9926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9926 is #7466D9. Grayscale: #888888. Windows color (decimal): -7628506 or 2529675. OLE color: 2529675.
HSL color Cylindrical-coordinate representation of color #8B9926: hue angle of 67.3º 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 #8B9926 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 153 | 38 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.4 |
| HSL | 67.3º | 0.6% | 0.37% | - |
| HSV(B) | 67.3º | 0.75% | 0.6% | - |
| XYZ | 22.39 | 28.41 | 6.14 | - |
| YUV | 135.7 | 72.86 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 153 | 38 | 0.09 | 0 | 0.75 | 0.4 | 67.3 | 0.6 | 0.37 |
| Hex | 8B | 99 | 26 | 9 | 0 | 4B | 28 | 43 | 3C | 25 |
| Octal | 213 | 231 | 46 | 11 | 0 | 113 | 50 | 103 | 74 | 45 |
| Binary | 10001011 | 10011001 | 100110 | 1001 | 0 | 1001011 | 101000 | 1000011 | 111100 | 100101 |
Color Harmonies of #8B9926
Complementary color
Monochromatic Colors of #8B9926
Black with #8B9926
Text Example
Text Example
White with #8B9926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9926; }
p { color: rgb(139,153,38); }
H1.HeaderClassName
{
color: #8B9926;
}
.AnyTagClassName
{
color: #8B9926;
}
</style>
background-color css
<style>
a { background-color: #8B9926; }
a { background-color: rgb(139,153,38); }
div.DivClassName
{
background-color: #8B9926;
}
.BgClassName
{
background-color: #8B9926;
}
</style>
border-color css
<style>
span { border-color: #8B9926; }
span { border-color: rgb(139,153,38); }
td.TdClassName
{
border-color: #8B9926;
}
.TagClassName
{
border-color: #8B9926;
}
</style>