#93b025

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

Shades of Limerick #93B025

Tints of Limerick #93B025

Color information

#93B025 (or 0x93B025) is unknown color: approx Limerick. HEX triplet: 93, B0 and 25. RGB value is (147,176,37). Sum of RGB (Red+Green+Blue) = 147+176+37=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 176 (69.14% from 255 or 48.89% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 176 - color contains mainly: green. Hex color #93B025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93B025 is #6C4FDA. Grayscale: #989898. Windows color (decimal): -7098331 or 2470035. OLE color: 2470035.

HSL color Cylindrical-coordinate representation of color #93B025: hue angle of 72.52º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #93B025 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB14717637-
CMYK0.1600.790.31
HSL72.52º65.26%41.76%-
HSV(B)72.52º78.98%69.02%-
XYZ27.8937.397.5-
YUV151.4863.39124.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.83%
GREEN value IS 176 (69.14% from 255) = 48.89%
BLUE value IS 37 (14.84% from 255) = 10.28%
R=40.83%
G=48.89%
B=10.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147176370.1600.790.3172.5265.2641.76
Hex93B0251004F1F49412a
Octal223260452001173711110152
Binary100100111011000010010110000010011111111110010011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93b025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,176,37); }

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

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

 a { background-color: rgb(147,176,37); }

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

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

 span { border-color: rgb(147,176,37); }

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