Shades of Citron #939814
Tints of Citron #939814
RGB
CMYK
RGB Variations
Color information
#939814 (or 0x939814) is known color: Citron. HEX triplet: 93, 98 and 14. RGB value is (147,152,20). Sum of RGB (Red+Green+Blue) = 147+152+20=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #939814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #939814 is #6C67EB. Grayscale: #878787. Windows color (decimal): -7104492 or 1349779. OLE color: 1349779.
HSL color Cylindrical-coordinate representation of color #939814: hue angle of 62.27º 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 #939814 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 152 | 20 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.40 |
| HSL | 62.27º | 0.77% | 0.34% | - |
| HSV(B) | 62.27º | 0.87% | 0.6% | - |
| XYZ | 23.39 | 28.71 | 4.97 | - |
| YUV | 135.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 152 | 20 | 0.03 | 0 | 0.87 | 0.40 | 62.27 | 0.77 | 0.34 |
| Hex | 93 | 98 | 14 | 3 | 0 | 57 | 28 | 3E | 4D | 22 |
| Octal | 223 | 230 | 24 | 3 | 0 | 127 | 50 | 76 | 115 | 42 |
| Binary | 10010011 | 10011000 | 10100 | 11 | 0 | 1010111 | 101000 | 111110 | 1001101 | 100010 |
Color Harmonies of #939814
Complementary color
Monochromatic Colors of #939814
Black with #939814
Text Example
Text Example
White with #939814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939814; }
p { color: rgb(147,152,20); }
H1.HeaderClassName
{
color: #939814;
}
.AnyTagClassName
{
color: #939814;
}
</style>
background-color css
<style>
a { background-color: #939814; }
a { background-color: rgb(147,152,20); }
div.DivClassName
{
background-color: #939814;
}
.BgClassName
{
background-color: #939814;
}
</style>
border-color css
<style>
span { border-color: #939814; }
span { border-color: rgb(147,152,20); }
td.TdClassName
{
border-color: #939814;
}
.TagClassName
{
border-color: #939814;
}
</style>