#93b438

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

Shades of Limerick #93B438

Tints of Limerick #93B438

Color information

#93B438 (or 0x93B438) is unknown color: approx Limerick. HEX triplet: 93, B4 and 38. RGB value is (147,180,56). Sum of RGB (Red+Green+Blue) = 147+180+56=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #93B438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B438 is #6C4BC7. Grayscale: #9C9C9C. Windows color (decimal): -7097288 or 3716243. OLE color: 3716243.

HSL color Cylindrical-coordinate representation of color #93B438: hue angle of 75.97º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93B438 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB14718056-
CMYK0.1800.690.29
HSL75.97º52.54%46.27%-
HSV(B)75.97º68.89%70.59%-
XYZ29.0739.139.76-
YUV15671.57121.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.38%
GREEN value IS 180 (70.70% from 255) = 47.00%
BLUE value IS 56 (22.27% from 255) = 14.62%
R=38.38%
G=47.00%
B=14.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal147180560.1800.690.2975.9752.5446.27
Hex93B438120451D4c352e
Octal22326470220105351146556
Binary10010011101101001110001001001000101111011001100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93b438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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