#93A507

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

Shades of Citrus #93A507

Tints of Citrus #93A507

Color information

#93A507 (or 0x93A507) is unknown color: approx Citrus. HEX triplet: 93, A5 and 07. RGB value is (147,165,7). Sum of RGB (Red+Green+Blue) = 147+165+7=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 165 (64.84% from 255 or 51.72% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 165 - color contains mainly: green. Hex color #93A507 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A507 is #6C5AF8. Grayscale: #8E8E8E. Windows color (decimal): -7101177 or 501139. OLE color: 501139.

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

Color convert

RGB1471657-
CMYK0.1100.960.35
HSL66.84º91.86%33.73%-
HSV(B)66.84º95.76%64.71%-
XYZ25.5333.135.25-
YUV141.6152.04131.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.08%
GREEN value IS 165 (64.84% from 255) = 51.72%
BLUE value IS 7 (3.12% from 255) = 2.19%
R=46.08%
G=51.72%
B=2.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14716570.1100.960.3566.8491.8633.73
Hex93A57B06023435c22
Octal22324571301404310313442
Binary100100111010010111110110110000010001110000111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,165,7); }

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

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

 a { background-color: rgb(147,165,7); }

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

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

 span { border-color: rgb(147,165,7); }

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