Shades of Citron #93912B
Tints of Citron #93912B
RGB
CMYK
RGB Variations
Color information
#93912B (or 0x93912B) is known color: Citron. HEX triplet: 93, 91 and 2B. RGB value is (147,145,43). Sum of RGB (Red+Green+Blue) = 147+145+43=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 147 - color contains mainly: red. Hex color #93912B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93912B is #6C6ED4. Grayscale: #868686. Windows color (decimal): -7106261 or 2855315. OLE color: 2855315.
HSL color Cylindrical-coordinate representation of color #93912B: hue angle of 58.85º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93912B is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 145 | 43 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.42 |
| HSL | 58.85º | 0.55% | 0.37% | - |
| HSV(B) | 58.85º | 0.71% | 0.58% | - |
| XYZ | 22.59 | 26.63 | 6.23 | - |
| YUV | 133.97 | 76.66 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 145 | 43 | 0 | 0.01 | 0.71 | 0.42 | 58.85 | 0.55 | 0.37 |
| Hex | 93 | 91 | 2B | 0 | 1 | 47 | 2A | 3B | 37 | 25 |
| Octal | 223 | 221 | 53 | 0 | 1 | 107 | 52 | 73 | 67 | 45 |
| Binary | 10010011 | 10010001 | 101011 | 0 | 1 | 1000111 | 101010 | 111011 | 110111 | 100101 |
Color Harmonies of #93912B
Complementary color
Monochromatic Colors of #93912B
Black with #93912B
Text Example
Text Example
White with #93912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93912B; }
p { color: rgb(147,145,43); }
H1.HeaderClassName
{
color: #93912B;
}
.AnyTagClassName
{
color: #93912B;
}
</style>
background-color css
<style>
a { background-color: #93912B; }
a { background-color: rgb(147,145,43); }
div.DivClassName
{
background-color: #93912B;
}
.BgClassName
{
background-color: #93912B;
}
</style>
border-color css
<style>
span { border-color: #93912B; }
span { border-color: rgb(147,145,43); }
td.TdClassName
{
border-color: #93912B;
}
.TagClassName
{
border-color: #93912B;
}
</style>