#939214

Color #939214 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #939214

Tints of Citron #939214

Color information

#939214 (or 0x939214) is unknown color: approx Citron. HEX triplet: 93, 92 and 14. RGB value is (147,146,20). Sum of RGB (Red+Green+Blue) = 147+146+20=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #939214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #939214 is #6C6DEB. Grayscale: #848484. Windows color (decimal): -7106028 or 1348243. OLE color: 1348243.

HSL color Cylindrical-coordinate representation of color #939214: hue angle of 59.53º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #939214 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB14714620-
CMYK00.010.860.42
HSL59.53º76.05%32.75%-
HSV(B)59.53º86.39%57.65%-
XYZ22.4426.814.65-
YUV131.9464.83138.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 46.96%
GREEN value IS 146 (57.42% from 255) = 46.65%
BLUE value IS 20 (8.20% from 255) = 6.39%
R=46.96%
G=46.65%
B=6.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471462000.010.860.4259.5376.0532.75
Hex93921401562A3c4c21
Octal2232222401126527411441
Binary1001001110010010101000110101101010101111001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939214; }

 p { color: rgb(147,146,20); }

 H1.HeaderClassName
 {
   color: #939214;
 }
 .AnyTagClassName
 {
   color: #939214;
 }
</style>
background-color css

<style>
 a { background-color: #939214; }

 a { background-color: rgb(147,146,20); }

 div.DivClassName
 {
   background-color: #939214;
 }
 .BgClassName
 {
   background-color: #939214;
 }
</style>
border-color css

<style>
 span { border-color: #939214; }

 span { border-color: rgb(147,146,20); }

 td.TdClassName
 {
   border-color: #939214;
 }
 .TagClassName
 {
   border-color: #939214;
 }
</style>