#93A405

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

Shades of Citrus #93A405

Tints of Citrus #93A405

Color information

#93A405 (or 0x93A405) is unknown color: approx Citrus. HEX triplet: 93, A4 and 05. RGB value is (147,164,5). Sum of RGB (Red+Green+Blue) = 147+164+5=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 164 (64.45% from 255 or 51.90% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 164 - color contains mainly: green. Hex color #93A405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A405 is #6C5BFA. Grayscale: #8D8D8D. Windows color (decimal): -7101435 or 369811. OLE color: 369811.

HSL color Cylindrical-coordinate representation of color #93A405: hue angle of 66.42º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93A405 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB1471645-
CMYK0.1000.970.36
HSL66.42º94.08%33.14%-
HSV(B)66.42º96.95%64.31%-
XYZ25.3432.765.13-
YUV140.7951.37132.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.52%
GREEN value IS 164 (64.45% from 255) = 51.90%
BLUE value IS 5 (2.34% from 255) = 1.58%
R=46.52%
G=51.90%
B=1.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14716450.1000.970.3666.4294.0833.14
Hex93A45A06124425e21
Octal22324451201414410213641
Binary100100111010010010110100110000110010010000101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,164,5); }

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

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

 a { background-color: rgb(147,164,5); }

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

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

 span { border-color: rgb(147,164,5); }

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