#93A60D

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

Shades of Citrus #93A60D

Tints of Citrus #93A60D

Color information

#93A60D (or 0x93A60D) is unknown color: approx Citrus. HEX triplet: 93, A6 and 0D. RGB value is (147,166,13). Sum of RGB (Red+Green+Blue) = 147+166+13=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #93A60D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A60D is #6C59F2. Grayscale: #8F8F8F. Windows color (decimal): -7100915 or 894611. OLE color: 894611.

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

Color convert

RGB14716613-
CMYK0.1100.920.35
HSL67.45º85.47%35.1%-
HSV(B)67.45º92.17%65.1%-
XYZ25.7433.55.49-
YUV142.8854.71130.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.09%
GREEN value IS 166 (65.23% from 255) = 50.92%
BLUE value IS 13 (5.47% from 255) = 3.99%
R=45.09%
G=50.92%
B=3.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal147166130.1100.920.3567.4585.4735.1
Hex93A6DB05C23435523
Octal223246151301344310312543
Binary1001001110100110110110110101110010001110000111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A60D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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