#93a927

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

Shades of Limerick #93A927

Tints of Limerick #93A927

Color information

#93A927 (or 0x93A927) is unknown color: approx Limerick. HEX triplet: 93, A9 and 27. RGB value is (147,169,39). Sum of RGB (Red+Green+Blue) = 147+169+39=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 169 - color contains mainly: green. Hex color #93A927 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A927 is #6C56D8. Grayscale: #949494. Windows color (decimal): -7100121 or 2599315. OLE color: 2599315.

HSL color Cylindrical-coordinate representation of color #93A927: hue angle of 70.15º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #93A927 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB14716939-
CMYK0.1300.770.34
HSL70.15º62.5%40.78%-
HSV(B)70.15º76.92%66.27%-
XYZ26.5934.737.22-
YUV147.666.71127.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.41%
GREEN value IS 169 (66.41% from 255) = 47.61%
BLUE value IS 39 (15.62% from 255) = 10.99%
R=41.41%
G=47.61%
B=10.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal147169390.1300.770.3470.1562.540.78
Hex93A927D04D22463e29
Octal22325147150115421067651
Binary10010011101010011001111101010011011000101000110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93a927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,169,39); }

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

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

 a { background-color: rgb(147,169,39); }

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

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

 span { border-color: rgb(147,169,39); }

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