#93AA21

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

Shades of Limerick #93AA21

Tints of Limerick #93AA21

Color information

#93AA21 (or 0x93AA21) is unknown color: approx Limerick. HEX triplet: 93, AA and 21. RGB value is (147,170,33). Sum of RGB (Red+Green+Blue) = 147+170+33=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AA21 is #6C55DE. Grayscale: #949494. Windows color (decimal): -7099871 or 2206355. OLE color: 2206355.

HSL color Cylindrical-coordinate representation of color #93AA21: hue angle of 70.07º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #93AA21 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB14717033-
CMYK0.1400.810.33
HSL70.07º67.49%39.8%-
HSV(B)70.07º80.59%66.67%-
XYZ26.6835.066.8-
YUV147.563.38127.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42%
GREEN value IS 170 (66.80% from 255) = 48.57%
BLUE value IS 33 (13.28% from 255) = 9.43%
R=42%
G=48.57%
B=9.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147170330.1400.810.3370.0767.4939.8
Hex93AA21E05121464328
Octal223252411601214110610350
Binary100100111010101010000111100101000110000110001101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,170,33); }

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

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

 a { background-color: rgb(147,170,33); }

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

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

 span { border-color: rgb(147,170,33); }

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