Shades of Citron #93910D
Tints of Citron #93910D
RGB
CMYK
RGB Variations
Color information
#93910D (or 0x93910D) is known color: Citron. HEX triplet: 93, 91 and 0D. RGB value is (147,145,13). Sum of RGB (Red+Green+Blue) = 147+145+13=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #93910D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93910D is #6C6EF2. Grayscale: #838383. Windows color (decimal): -7106291 or 889235. OLE color: 889235.
HSL color Cylindrical-coordinate representation of color #93910D: hue angle of 59.1º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93910D is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 145 | 13 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.42 |
| HSL | 59.1º | 0.84% | 0.31% | - |
| HSV(B) | 59.1º | 0.91% | 0.58% | - |
| XYZ | 22.23 | 26.48 | 4.32 | - |
| YUV | 130.55 | 61.66 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 145 | 13 | 0 | 0.01 | 0.91 | 0.42 | 59.1 | 0.84 | 0.31 |
| Hex | 93 | 91 | D | 0 | 1 | 5B | 2A | 3B | 54 | 1F |
| Octal | 223 | 221 | 15 | 0 | 1 | 133 | 52 | 73 | 124 | 37 |
| Binary | 10010011 | 10010001 | 1101 | 0 | 1 | 1011011 | 101010 | 111011 | 1010100 | 11111 |
Color Harmonies of #93910D
Complementary color
Monochromatic Colors of #93910D
Black with #93910D
Text Example
Text Example
White with #93910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93910D; }
p { color: rgb(147,145,13); }
H1.HeaderClassName
{
color: #93910D;
}
.AnyTagClassName
{
color: #93910D;
}
</style>
background-color css
<style>
a { background-color: #93910D; }
a { background-color: rgb(147,145,13); }
div.DivClassName
{
background-color: #93910D;
}
.BgClassName
{
background-color: #93910D;
}
</style>
border-color css
<style>
span { border-color: #93910D; }
span { border-color: rgb(147,145,13); }
td.TdClassName
{
border-color: #93910D;
}
.TagClassName
{
border-color: #93910D;
}
</style>