Shades of Citron #939020
Tints of Citron #939020
RGB
CMYK
RGB Variations
Color information
#939020 (or 0x939020) is known color: Citron. HEX triplet: 93, 90 and 20. RGB value is (147,144,32). Sum of RGB (Red+Green+Blue) = 147+144+32=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #939020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #939020 is #6C6FDF. Grayscale: #848484. Windows color (decimal): -7106528 or 2134163. OLE color: 2134163.
HSL color Cylindrical-coordinate representation of color #939020: hue angle of 58.43º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #939020 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 144 | 32 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.42 |
| HSL | 58.43º | 0.64% | 0.35% | - |
| HSV(B) | 58.43º | 0.78% | 0.58% | - |
| XYZ | 22.27 | 26.25 | 5.26 | - |
| YUV | 132.13 | 71.49 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 144 | 32 | 0 | 0.02 | 0.78 | 0.42 | 58.43 | 0.64 | 0.35 |
| Hex | 93 | 90 | 20 | 0 | 2 | 4E | 2A | 3A | 40 | 23 |
| Octal | 223 | 220 | 40 | 0 | 2 | 116 | 52 | 72 | 100 | 43 |
| Binary | 10010011 | 10010000 | 100000 | 0 | 10 | 1001110 | 101010 | 111010 | 1000000 | 100011 |
Color Harmonies of #939020
Complementary color
Monochromatic Colors of #939020
Black with #939020
Text Example
Text Example
White with #939020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939020; }
p { color: rgb(147,144,32); }
H1.HeaderClassName
{
color: #939020;
}
.AnyTagClassName
{
color: #939020;
}
</style>
background-color css
<style>
a { background-color: #939020; }
a { background-color: rgb(147,144,32); }
div.DivClassName
{
background-color: #939020;
}
.BgClassName
{
background-color: #939020;
}
</style>
border-color css
<style>
span { border-color: #939020; }
span { border-color: rgb(147,144,32); }
td.TdClassName
{
border-color: #939020;
}
.TagClassName
{
border-color: #939020;
}
</style>