#93AA38

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

Shades of Limerick #93AA38

Tints of Limerick #93AA38

Color information

#93AA38 (or 0x93AA38) is unknown color: approx Limerick. HEX triplet: 93, AA and 38. RGB value is (147,170,56). Sum of RGB (Red+Green+Blue) = 147+170+56=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AA38 is #6C55C7. Grayscale: #969696. Windows color (decimal): -7099848 or 3713683. OLE color: 3713683.

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

Color convert

RGB14717056-
CMYK0.1400.670.33
HSL72.11º50.44%44.31%-
HSV(B)72.11º67.06%66.67%-
XYZ27.1235.249.11-
YUV150.1374.88125.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.41%
GREEN value IS 170 (66.80% from 255) = 45.58%
BLUE value IS 56 (22.27% from 255) = 15.01%
R=39.41%
G=45.58%
B=15.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147170560.1400.670.3372.1150.4444.31
Hex93AA38E0432148322c
Octal22325270160103411106254
Binary10010011101010101110001110010000111000011001000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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