#93AA26

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

Shades of Limerick #93AA26

Tints of Limerick #93AA26

Color information

#93AA26 (or 0x93AA26) is unknown color: approx Limerick. HEX triplet: 93, AA and 26. RGB value is (147,170,38). Sum of RGB (Red+Green+Blue) = 147+170+38=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AA26 is #6C55D9. Grayscale: #949494. Windows color (decimal): -7099866 or 2534035. OLE color: 2534035.

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

Color convert

RGB14717038-
CMYK0.1400.780.33
HSL70.45º63.46%40.78%-
HSV(B)70.45º77.65%66.67%-
XYZ26.7635.097.2-
YUV148.0765.88127.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.41%
GREEN value IS 170 (66.80% from 255) = 47.89%
BLUE value IS 38 (15.23% from 255) = 10.70%
R=41.41%
G=47.89%
B=10.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147170380.1400.780.3370.4563.4640.78
Hex93AA26E04E21463f29
Octal22325246160116411067751
Binary10010011101010101001101110010011101000011000110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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