Shades of Citron #8D992B
Tints of Citron #8D992B
RGB
CMYK
RGB Variations
Color information
#8D992B (or 0x8D992B) is known color: Citron. HEX triplet: 8D, 99 and 2B. RGB value is (141,153,43). Sum of RGB (Red+Green+Blue) = 141+153+43=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #8D992B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D992B is #7266D4. Grayscale: #898989. Windows color (decimal): -7497429 or 2857357. OLE color: 2857357.
HSL color Cylindrical-coordinate representation of color #8D992B: hue angle of 66.55º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D992B is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 153 | 43 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.4 |
| HSL | 66.55º | 0.56% | 0.38% | - |
| HSV(B) | 66.55º | 0.72% | 0.6% | - |
| XYZ | 22.81 | 28.62 | 6.61 | - |
| YUV | 136.87 | 75.02 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 153 | 43 | 0.08 | 0 | 0.72 | 0.4 | 66.55 | 0.56 | 0.38 |
| Hex | 8D | 99 | 2B | 8 | 0 | 48 | 28 | 43 | 38 | 26 |
| Octal | 215 | 231 | 53 | 10 | 0 | 110 | 50 | 103 | 70 | 46 |
| Binary | 10001101 | 10011001 | 101011 | 1000 | 0 | 1001000 | 101000 | 1000011 | 111000 | 100110 |
Color Harmonies of #8D992B
Complementary color
Monochromatic Colors of #8D992B
Black with #8D992B
Text Example
Text Example
White with #8D992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D992B; }
p { color: rgb(141,153,43); }
H1.HeaderClassName
{
color: #8D992B;
}
.AnyTagClassName
{
color: #8D992B;
}
</style>
background-color css
<style>
a { background-color: #8D992B; }
a { background-color: rgb(141,153,43); }
div.DivClassName
{
background-color: #8D992B;
}
.BgClassName
{
background-color: #8D992B;
}
</style>
border-color css
<style>
span { border-color: #8D992B; }
span { border-color: rgb(141,153,43); }
td.TdClassName
{
border-color: #8D992B;
}
.TagClassName
{
border-color: #8D992B;
}
</style>