#93A60E

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

Shades of Citrus #93A60E

Tints of Citrus #93A60E

Color information

#93A60E (or 0x93A60E) is unknown color: approx Citrus. HEX triplet: 93, A6 and 0E. RGB value is (147,166,14). Sum of RGB (Red+Green+Blue) = 147+166+14=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 166 (65.23% from 255 or 50.76% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 166 - color contains mainly: green. Hex color #93A60E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A60E is #6C59F1. Grayscale: #8F8F8F. Windows color (decimal): -7100914 or 960147. OLE color: 960147.

HSL color Cylindrical-coordinate representation of color #93A60E: hue angle of 67.5º degrees, saturation: 0.84, 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 #93A60E is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB14716614-
CMYK0.1100.920.35
HSL67.5º84.44%35.29%-
HSV(B)67.5º91.57%65.1%-
XYZ25.7533.515.53-
YUV142.9955.21130.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.95%
GREEN value IS 166 (65.23% from 255) = 50.76%
BLUE value IS 14 (5.86% from 255) = 4.28%
R=44.95%
G=50.76%
B=4.28%

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
Decimal147166140.1100.920.3567.584.4435.29
Hex93A6EB05C23445423
Octal223246161301344310412443
Binary1001001110100110111010110101110010001110001001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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