Shades of Citron #93931C
Tints of Citron #93931C
RGB
CMYK
RGB Variations
Color information
#93931C (or 0x93931C) is known color: Citron. HEX triplet: 93, 93 and 1C. RGB value is (147,147,28). Sum of RGB (Red+Green+Blue) = 147+147+28=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 147 - color contains mainly: red, green. Hex color #93931C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93931C is #6C6CE3. Grayscale: #858585. Windows color (decimal): -7105764 or 1872787. OLE color: 1872787.
HSL color Cylindrical-coordinate representation of color #93931C: hue angle of 60º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #93931C is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 147 | 28 | - |
| CMYK | 0 | 0 | 0.81 | 0.42 |
| HSL | 60º | 0.68% | 0.34% | - |
| HSV(B) | 60º | 0.81% | 0.58% | - |
| XYZ | 22.68 | 27.15 | 5.14 | - |
| YUV | 133.43 | 68.5 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 147 | 28 | 0 | 0 | 0.81 | 0.42 | 60 | 0.68 | 0.34 |
| Hex | 93 | 93 | 1C | 0 | 0 | 51 | 2A | 3C | 44 | 22 |
| Octal | 223 | 223 | 34 | 0 | 0 | 121 | 52 | 74 | 104 | 42 |
| Binary | 10010011 | 10010011 | 11100 | 0 | 0 | 1010001 | 101010 | 111100 | 1000100 | 100010 |
Color Harmonies of #93931C
Complementary color
Monochromatic Colors of #93931C
Black with #93931C
Text Example
Text Example
White with #93931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93931C; }
p { color: rgb(147,147,28); }
H1.HeaderClassName
{
color: #93931C;
}
.AnyTagClassName
{
color: #93931C;
}
</style>
background-color css
<style>
a { background-color: #93931C; }
a { background-color: rgb(147,147,28); }
div.DivClassName
{
background-color: #93931C;
}
.BgClassName
{
background-color: #93931C;
}
</style>
border-color css
<style>
span { border-color: #93931C; }
span { border-color: rgb(147,147,28); }
td.TdClassName
{
border-color: #93931C;
}
.TagClassName
{
border-color: #93931C;
}
</style>