Shades of Citron #939914
Tints of Citron #939914
RGB
CMYK
RGB Variations
Color information
#939914 (or 0x939914) is known color: Citron. HEX triplet: 93, 99 and 14. RGB value is (147,153,20). Sum of RGB (Red+Green+Blue) = 147+153+20=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #939914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #939914 is #6C66EB. Grayscale: #888888. Windows color (decimal): -7104236 or 1350035. OLE color: 1350035.
HSL color Cylindrical-coordinate representation of color #939914: hue angle of 62.71º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #939914 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 153 | 20 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.4 |
| HSL | 62.71º | 0.77% | 0.34% | - |
| HSV(B) | 62.71º | 0.87% | 0.6% | - |
| XYZ | 23.55 | 29.04 | 5.03 | - |
| YUV | 136.04 | 62.51 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 20 | 0.04 | 0 | 0.87 | 0.4 | 62.71 | 0.77 | 0.34 |
| Hex | 93 | 99 | 14 | 4 | 0 | 57 | 28 | 3F | 4D | 22 |
| Octal | 223 | 231 | 24 | 4 | 0 | 127 | 50 | 77 | 115 | 42 |
| Binary | 10010011 | 10011001 | 10100 | 100 | 0 | 1010111 | 101000 | 111111 | 1001101 | 100010 |
Color Harmonies of #939914
Complementary color
Monochromatic Colors of #939914
Black with #939914
Text Example
Text Example
White with #939914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939914; }
p { color: rgb(147,153,20); }
H1.HeaderClassName
{
color: #939914;
}
.AnyTagClassName
{
color: #939914;
}
</style>
background-color css
<style>
a { background-color: #939914; }
a { background-color: rgb(147,153,20); }
div.DivClassName
{
background-color: #939914;
}
.BgClassName
{
background-color: #939914;
}
</style>
border-color css
<style>
span { border-color: #939914; }
span { border-color: rgb(147,153,20); }
td.TdClassName
{
border-color: #939914;
}
.TagClassName
{
border-color: #939914;
}
</style>