Shades of Citron #93952C
Tints of Citron #93952C
RGB
CMYK
RGB Variations
Color information
#93952C (or 0x93952C) is known color: Citron. HEX triplet: 93, 95 and 2C. RGB value is (147,149,44). Sum of RGB (Red+Green+Blue) = 147+149+44=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #93952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93952C is #6C6AD3. Grayscale: #888888. Windows color (decimal): -7105236 or 2921875. OLE color: 2921875.
HSL color Cylindrical-coordinate representation of color #93952C: hue angle of 61.14º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93952C is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 149 | 44 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.42 |
| HSL | 61.14º | 0.54% | 0.38% | - |
| HSV(B) | 61.14º | 0.7% | 0.58% | - |
| XYZ | 23.23 | 27.88 | 6.54 | - |
| YUV | 136.43 | 75.84 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 44 | 0.01 | 0 | 0.70 | 0.42 | 61.14 | 0.54 | 0.38 |
| Hex | 93 | 95 | 2C | 1 | 0 | 46 | 2A | 3D | 36 | 26 |
| Octal | 223 | 225 | 54 | 1 | 0 | 106 | 52 | 75 | 66 | 46 |
| Binary | 10010011 | 10010101 | 101100 | 1 | 0 | 1000110 | 101010 | 111101 | 110110 | 100110 |
Color Harmonies of #93952C
Complementary color
Monochromatic Colors of #93952C
Black with #93952C
Text Example
Text Example
White with #93952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93952C; }
p { color: rgb(147,149,44); }
H1.HeaderClassName
{
color: #93952C;
}
.AnyTagClassName
{
color: #93952C;
}
</style>
background-color css
<style>
a { background-color: #93952C; }
a { background-color: rgb(147,149,44); }
div.DivClassName
{
background-color: #93952C;
}
.BgClassName
{
background-color: #93952C;
}
</style>
border-color css
<style>
span { border-color: #93952C; }
span { border-color: rgb(147,149,44); }
td.TdClassName
{
border-color: #93952C;
}
.TagClassName
{
border-color: #93952C;
}
</style>