Shades of Citron #93961A
Tints of Citron #93961A
RGB
CMYK
RGB Variations
Color information
#93961A (or 0x93961A) is known color: Citron. HEX triplet: 93, 96 and 1A. RGB value is (147,150,26). Sum of RGB (Red+Green+Blue) = 147+150+26=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #93961A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93961A is #6C69E5. Grayscale: #878787. Windows color (decimal): -7104998 or 1742483. OLE color: 1742483.
HSL color Cylindrical-coordinate representation of color #93961A: hue angle of 61.45º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #93961A is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 150 | 26 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.41 |
| HSL | 61.45º | 0.7% | 0.35% | - |
| HSV(B) | 61.45º | 0.83% | 0.59% | - |
| XYZ | 23.13 | 28.09 | 5.18 | - |
| YUV | 134.97 | 66.51 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 150 | 26 | 0.02 | 0 | 0.83 | 0.41 | 61.45 | 0.7 | 0.35 |
| Hex | 93 | 96 | 1A | 2 | 0 | 53 | 29 | 3D | 46 | 23 |
| Octal | 223 | 226 | 32 | 2 | 0 | 123 | 51 | 75 | 106 | 43 |
| Binary | 10010011 | 10010110 | 11010 | 10 | 0 | 1010011 | 101001 | 111101 | 1000110 | 100011 |
Color Harmonies of #93961A
Complementary color
Monochromatic Colors of #93961A
Black with #93961A
Text Example
Text Example
White with #93961A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93961A; }
p { color: rgb(147,150,26); }
H1.HeaderClassName
{
color: #93961A;
}
.AnyTagClassName
{
color: #93961A;
}
</style>
background-color css
<style>
a { background-color: #93961A; }
a { background-color: rgb(147,150,26); }
div.DivClassName
{
background-color: #93961A;
}
.BgClassName
{
background-color: #93961A;
}
</style>
border-color css
<style>
span { border-color: #93961A; }
span { border-color: rgb(147,150,26); }
td.TdClassName
{
border-color: #93961A;
}
.TagClassName
{
border-color: #93961A;
}
</style>