Shades of Citron #8B922B
Tints of Citron #8B922B
RGB
CMYK
RGB Variations
Color information
#8B922B (or 0x8B922B) is known color: Citron. HEX triplet: 8B, 92 and 2B. RGB value is (139,146,43). Sum of RGB (Red+Green+Blue) = 139+146+43=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #8B922B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B922B is #746DD4. Grayscale: #848484. Windows color (decimal): -7630293 or 2855563. OLE color: 2855563.
HSL color Cylindrical-coordinate representation of color #8B922B: hue angle of 64.08º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B922B is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 146 | 43 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.43 |
| HSL | 64.08º | 0.54% | 0.37% | - |
| HSV(B) | 64.08º | 0.71% | 0.57% | - |
| XYZ | 21.36 | 26.22 | 6.22 | - |
| YUV | 132.17 | 77.68 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 146 | 43 | 0.05 | 0 | 0.71 | 0.43 | 64.08 | 0.54 | 0.37 |
| Hex | 8B | 92 | 2B | 5 | 0 | 47 | 2B | 40 | 36 | 25 |
| Octal | 213 | 222 | 53 | 5 | 0 | 107 | 53 | 100 | 66 | 45 |
| Binary | 10001011 | 10010010 | 101011 | 101 | 0 | 1000111 | 101011 | 1000000 | 110110 | 100101 |
Color Harmonies of #8B922B
Complementary color
Monochromatic Colors of #8B922B
Black with #8B922B
Text Example
Text Example
White with #8B922B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B922B; }
p { color: rgb(139,146,43); }
H1.HeaderClassName
{
color: #8B922B;
}
.AnyTagClassName
{
color: #8B922B;
}
</style>
background-color css
<style>
a { background-color: #8B922B; }
a { background-color: rgb(139,146,43); }
div.DivClassName
{
background-color: #8B922B;
}
.BgClassName
{
background-color: #8B922B;
}
</style>
border-color css
<style>
span { border-color: #8B922B; }
span { border-color: rgb(139,146,43); }
td.TdClassName
{
border-color: #8B922B;
}
.TagClassName
{
border-color: #8B922B;
}
</style>