Shades of Citron #938C10
Tints of Citron #938C10
RGB
CMYK
RGB Variations
Color information
#938C10 (or 0x938C10) is known color: Citron. HEX triplet: 93, 8C and 10. RGB value is (147,140,16). Sum of RGB (Red+Green+Blue) = 147+140+16=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 140 (55.08% from 255 or 46.20% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #938C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938C10 is #6C73EF. Grayscale: #808080. Windows color (decimal): -7107568 or 1084563. OLE color: 1084563.
HSL color Cylindrical-coordinate representation of color #938C10: hue angle of 56.79º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #938C10 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 140 | 16 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.42 |
| HSL | 56.79º | 0.8% | 0.32% | - |
| HSV(B) | 56.79º | 0.89% | 0.58% | - |
| XYZ | 21.5 | 25 | 4.18 | - |
| YUV | 127.96 | 64.82 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 16 | 0 | 0.05 | 0.89 | 0.42 | 56.79 | 0.8 | 0.32 |
| Hex | 93 | 8C | 10 | 0 | 5 | 59 | 2A | 39 | 50 | 20 |
| Octal | 223 | 214 | 20 | 0 | 5 | 131 | 52 | 71 | 120 | 40 |
| Binary | 10010011 | 10001100 | 10000 | 0 | 101 | 1011001 | 101010 | 111001 | 1010000 | 100000 |
Color Harmonies of #938C10
Complementary color
Monochromatic Colors of #938C10
Black with #938C10
Text Example
Text Example
White with #938C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938C10; }
p { color: rgb(147,140,16); }
H1.HeaderClassName
{
color: #938C10;
}
.AnyTagClassName
{
color: #938C10;
}
</style>
background-color css
<style>
a { background-color: #938C10; }
a { background-color: rgb(147,140,16); }
div.DivClassName
{
background-color: #938C10;
}
.BgClassName
{
background-color: #938C10;
}
</style>
border-color css
<style>
span { border-color: #938C10; }
span { border-color: rgb(147,140,16); }
td.TdClassName
{
border-color: #938C10;
}
.TagClassName
{
border-color: #938C10;
}
</style>