Shades of Citron #93900C
Tints of Citron #93900C
RGB
CMYK
RGB Variations
Color information
#93900C (or 0x93900C) is known color: Citron. HEX triplet: 93, 90 and 0C. RGB value is (147,144,12). Sum of RGB (Red+Green+Blue) = 147+144+12=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #93900C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93900C is #6C6FF3. Grayscale: #828282. Windows color (decimal): -7106548 or 823443. OLE color: 823443.
HSL color Cylindrical-coordinate representation of color #93900C: hue angle of 58.67º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93900C is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 144 | 12 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.42 |
| HSL | 58.67º | 0.85% | 0.31% | - |
| HSV(B) | 58.67º | 0.92% | 0.58% | - |
| XYZ | 22.07 | 26.18 | 4.24 | - |
| YUV | 129.85 | 61.49 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 144 | 12 | 0 | 0.02 | 0.92 | 0.42 | 58.67 | 0.85 | 0.31 |
| Hex | 93 | 90 | C | 0 | 2 | 5C | 2A | 3B | 55 | 1F |
| Octal | 223 | 220 | 14 | 0 | 2 | 134 | 52 | 73 | 125 | 37 |
| Binary | 10010011 | 10010000 | 1100 | 0 | 10 | 1011100 | 101010 | 111011 | 1010101 | 11111 |
Color Harmonies of #93900C
Complementary color
Monochromatic Colors of #93900C
Black with #93900C
Text Example
Text Example
White with #93900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93900C; }
p { color: rgb(147,144,12); }
H1.HeaderClassName
{
color: #93900C;
}
.AnyTagClassName
{
color: #93900C;
}
</style>
background-color css
<style>
a { background-color: #93900C; }
a { background-color: rgb(147,144,12); }
div.DivClassName
{
background-color: #93900C;
}
.BgClassName
{
background-color: #93900C;
}
</style>
border-color css
<style>
span { border-color: #93900C; }
span { border-color: rgb(147,144,12); }
td.TdClassName
{
border-color: #93900C;
}
.TagClassName
{
border-color: #93900C;
}
</style>