Shades of Citron #93960D
Tints of Citron #93960D
RGB
CMYK
RGB Variations
Color information
#93960D (or 0x93960D) is known color: Citron. HEX triplet: 93, 96 and 0D. RGB value is (147,150,13). Sum of RGB (Red+Green+Blue) = 147+150+13=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 150 (58.98% from 255 or 48.39% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 150 - color contains mainly: green. Hex color #93960D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93960D is #6C69F2. Grayscale: #868686. Windows color (decimal): -7105011 or 890515. OLE color: 890515.
HSL color Cylindrical-coordinate representation of color #93960D: hue angle of 61.31º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93960D is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 150 | 13 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.41 |
| HSL | 61.31º | 0.84% | 0.32% | - |
| HSV(B) | 61.31º | 0.91% | 0.59% | - |
| XYZ | 23.01 | 28.04 | 4.58 | - |
| YUV | 133.49 | 60.01 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 150 | 13 | 0.02 | 0 | 0.91 | 0.41 | 61.31 | 0.84 | 0.32 |
| Hex | 93 | 96 | D | 2 | 0 | 5B | 29 | 3D | 54 | 20 |
| Octal | 223 | 226 | 15 | 2 | 0 | 133 | 51 | 75 | 124 | 40 |
| Binary | 10010011 | 10010110 | 1101 | 10 | 0 | 1011011 | 101001 | 111101 | 1010100 | 100000 |
Color Harmonies of #93960D
Complementary color
Monochromatic Colors of #93960D
Black with #93960D
Text Example
Text Example
White with #93960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93960D; }
p { color: rgb(147,150,13); }
H1.HeaderClassName
{
color: #93960D;
}
.AnyTagClassName
{
color: #93960D;
}
</style>
background-color css
<style>
a { background-color: #93960D; }
a { background-color: rgb(147,150,13); }
div.DivClassName
{
background-color: #93960D;
}
.BgClassName
{
background-color: #93960D;
}
</style>
border-color css
<style>
span { border-color: #93960D; }
span { border-color: rgb(147,150,13); }
td.TdClassName
{
border-color: #93960D;
}
.TagClassName
{
border-color: #93960D;
}
</style>