#93A60C

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

Shades of Citrus #93A60C

Tints of Citrus #93A60C

Color information

#93A60C (or 0x93A60C) is unknown color: approx Citrus. HEX triplet: 93, A6 and 0C. RGB value is (147,166,12). Sum of RGB (Red+Green+Blue) = 147+166+12=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #93A60C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A60C is #6C59F3. Grayscale: #8F8F8F. Windows color (decimal): -7100916 or 829075. OLE color: 829075.

HSL color Cylindrical-coordinate representation of color #93A60C: hue angle of 67.4º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93A60C is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB14716612-
CMYK0.1100.930.35
HSL67.4º86.52%34.9%-
HSV(B)67.4º92.77%65.1%-
XYZ25.7433.55.46-
YUV142.7654.21131.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 166 (65.23% from 255) = 51.08%
BLUE value IS 12 (5.08% from 255) = 3.69%
R=45.23%
G=51.08%
B=3.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal147166120.1100.930.3567.486.5234.9
Hex93A6CB05D23435723
Octal223246141301354310312743
Binary1001001110100110110010110101110110001110000111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A60C; }

 p { color: rgb(147,166,12); }

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

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

 a { background-color: rgb(147,166,12); }

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

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

 span { border-color: rgb(147,166,12); }

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