Shades of Citron #93921B
Tints of Citron #93921B
RGB
CMYK
RGB Variations
Color information
#93921B (or 0x93921B) is known color: Citron. HEX triplet: 93, 92 and 1B. RGB value is (147,146,27). Sum of RGB (Red+Green+Blue) = 147+146+27=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #93921B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93921B is #6C6DE4. Grayscale: #858585. Windows color (decimal): -7106021 or 1806995. OLE color: 1806995.
HSL color Cylindrical-coordinate representation of color #93921B: hue angle of 59.5º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93921B is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 146 | 27 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.42 |
| HSL | 59.5º | 0.69% | 0.34% | - |
| HSV(B) | 59.5º | 0.82% | 0.58% | - |
| XYZ | 22.51 | 26.84 | 5.03 | - |
| YUV | 132.73 | 68.33 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 146 | 27 | 0 | 0.01 | 0.82 | 0.42 | 59.5 | 0.69 | 0.34 |
| Hex | 93 | 92 | 1B | 0 | 1 | 52 | 2A | 3C | 45 | 22 |
| Octal | 223 | 222 | 33 | 0 | 1 | 122 | 52 | 74 | 105 | 42 |
| Binary | 10010011 | 10010010 | 11011 | 0 | 1 | 1010010 | 101010 | 111100 | 1000101 | 100010 |
Color Harmonies of #93921B
Complementary color
Monochromatic Colors of #93921B
Black with #93921B
Text Example
Text Example
White with #93921B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93921B; }
p { color: rgb(147,146,27); }
H1.HeaderClassName
{
color: #93921B;
}
.AnyTagClassName
{
color: #93921B;
}
</style>
background-color css
<style>
a { background-color: #93921B; }
a { background-color: rgb(147,146,27); }
div.DivClassName
{
background-color: #93921B;
}
.BgClassName
{
background-color: #93921B;
}
</style>
border-color css
<style>
span { border-color: #93921B; }
span { border-color: rgb(147,146,27); }
td.TdClassName
{
border-color: #93921B;
}
.TagClassName
{
border-color: #93921B;
}
</style>