Shades of Citron #938D0F
Tints of Citron #938D0F
RGB
CMYK
RGB Variations
Color information
#938D0F (or 0x938D0F) is known color: Citron. HEX triplet: 93, 8D and 0F. RGB value is (147,141,15). Sum of RGB (Red+Green+Blue) = 147+141+15=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #938D0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938D0F is #6C72F0. Grayscale: #808080. Windows color (decimal): -7107313 or 1019283. OLE color: 1019283.
HSL color Cylindrical-coordinate representation of color #938D0F: hue angle of 57.27º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #938D0F is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 141 | 15 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.42 |
| HSL | 57.27º | 0.81% | 0.32% | - |
| HSV(B) | 57.27º | 0.9% | 0.58% | - |
| XYZ | 21.64 | 25.29 | 4.19 | - |
| YUV | 128.43 | 63.99 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 15 | 0 | 0.04 | 0.90 | 0.42 | 57.27 | 0.81 | 0.32 |
| Hex | 93 | 8D | F | 0 | 4 | 5A | 2A | 39 | 51 | 20 |
| Octal | 223 | 215 | 17 | 0 | 4 | 132 | 52 | 71 | 121 | 40 |
| Binary | 10010011 | 10001101 | 1111 | 0 | 100 | 1011010 | 101010 | 111001 | 1010001 | 100000 |
Color Harmonies of #938D0F
Complementary color
Monochromatic Colors of #938D0F
Black with #938D0F
Text Example
Text Example
White with #938D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938D0F; }
p { color: rgb(147,141,15); }
H1.HeaderClassName
{
color: #938D0F;
}
.AnyTagClassName
{
color: #938D0F;
}
</style>
background-color css
<style>
a { background-color: #938D0F; }
a { background-color: rgb(147,141,15); }
div.DivClassName
{
background-color: #938D0F;
}
.BgClassName
{
background-color: #938D0F;
}
</style>
border-color css
<style>
span { border-color: #938D0F; }
span { border-color: rgb(147,141,15); }
td.TdClassName
{
border-color: #938D0F;
}
.TagClassName
{
border-color: #938D0F;
}
</style>