#93A500

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

Shades of Citrus #93A500

Tints of Citrus #93A500

Color information

#93A500 (or 0x93A500) is unknown color: approx Citrus. HEX triplet: 93, A5 and 00. RGB value is (147,165,0). Sum of RGB (Red+Green+Blue) = 147+165+0=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 165 (64.84% from 255 or 52.88% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 165 - color contains mainly: green. Hex color #93A500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93A500 is #6C5AFF. Grayscale: #8D8D8D. Windows color (decimal): -7101184 or 42387. OLE color: 42387.

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

Color convert

RGB1471650-
CMYK0.11010.35
HSL66.55º100%32.35%-
HSV(B)66.55º100%64.71%-
XYZ25.4933.115.05-
YUV140.8148.54132.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.12%
GREEN value IS 165 (64.84% from 255) = 52.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.12%
G=52.88%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14716500.11010.3566.5510032.35
Hex93A50B06423436420
Octal22324501301444310314440
Binary1001001110100101010110110010010001110000111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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