Shades of Citron #8D931B
Tints of Citron #8D931B
RGB
CMYK
RGB Variations
Color information
#8D931B (or 0x8D931B) is known color: Citron. HEX triplet: 8D, 93 and 1B. RGB value is (141,147,27). Sum of RGB (Red+Green+Blue) = 141+147+27=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #8D931B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D931B is #726CE4. Grayscale: #838383. Windows color (decimal): -7498981 or 1807245. OLE color: 1807245.
HSL color Cylindrical-coordinate representation of color #8D931B: hue angle of 63º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D931B is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 27 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.42 |
| HSL | 63º | 0.69% | 0.34% | - |
| HSV(B) | 63º | 0.82% | 0.58% | - |
| XYZ | 21.62 | 26.61 | 5.03 | - |
| YUV | 131.53 | 69.01 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 27 | 0.04 | 0 | 0.82 | 0.42 | 63 | 0.69 | 0.34 |
| Hex | 8D | 93 | 1B | 4 | 0 | 52 | 2A | 3F | 45 | 22 |
| Octal | 215 | 223 | 33 | 4 | 0 | 122 | 52 | 77 | 105 | 42 |
| Binary | 10001101 | 10010011 | 11011 | 100 | 0 | 1010010 | 101010 | 111111 | 1000101 | 100010 |
Color Harmonies of #8D931B
Complementary color
Monochromatic Colors of #8D931B
Black with #8D931B
Text Example
Text Example
White with #8D931B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D931B; }
p { color: rgb(141,147,27); }
H1.HeaderClassName
{
color: #8D931B;
}
.AnyTagClassName
{
color: #8D931B;
}
</style>
background-color css
<style>
a { background-color: #8D931B; }
a { background-color: rgb(141,147,27); }
div.DivClassName
{
background-color: #8D931B;
}
.BgClassName
{
background-color: #8D931B;
}
</style>
border-color css
<style>
span { border-color: #8D931B; }
span { border-color: rgb(141,147,27); }
td.TdClassName
{
border-color: #8D931B;
}
.TagClassName
{
border-color: #8D931B;
}
</style>