#93940E

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

Shades of Citron #93940E

Tints of Citron #93940E

Color information

#93940E (or 0x93940E) is unknown color: approx Citron. HEX triplet: 93, 94 and 0E. RGB value is (147,148,14). Sum of RGB (Red+Green+Blue) = 147+148+14=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #93940E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93940E is #6C6BF1. Grayscale: #848484. Windows color (decimal): -7105522 or 955539. OLE color: 955539.

HSL color Cylindrical-coordinate representation of color #93940E: hue angle of 60.45º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93940E is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB14714814-
CMYK0.0100.910.42
HSL60.45º82.72%31.76%-
HSV(B)60.45º90.54%58.04%-
XYZ22.727.414.51-
YUV132.4261.17138.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.57%
GREEN value IS 148 (58.20% from 255) = 47.90%
BLUE value IS 14 (5.86% from 255) = 4.53%
R=47.57%
G=47.90%
B=4.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147148140.0100.910.4260.4582.7231.76
Hex9394E105B2A3c5320
Octal2232241610133527412340
Binary100100111001010011101010110111010101111001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93940E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93940E; }

 p { color: rgb(147,148,14); }

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

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

 a { background-color: rgb(147,148,14); }

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

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

 span { border-color: rgb(147,148,14); }

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