#93B234

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

Shades of Limerick #93B234

Tints of Limerick #93B234

Color information

#93B234 (or 0x93B234) is unknown color: approx Limerick. HEX triplet: 93, B2 and 34. RGB value is (147,178,52). Sum of RGB (Red+Green+Blue) = 147+178+52=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 178 - color contains mainly: green. Hex color #93B234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93B234 is #6C4DCB. Grayscale: #9A9A9A. Windows color (decimal): -7097804 or 3453587. OLE color: 3453587.

HSL color Cylindrical-coordinate representation of color #93B234: hue angle of 74.76º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93B234 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB14717852-
CMYK0.1700.710.30
HSL74.76º54.78%45.1%-
HSV(B)74.76º70.79%69.8%-
XYZ28.5738.299.13-
YUV154.3770.23122.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.99%
GREEN value IS 178 (69.92% from 255) = 47.21%
BLUE value IS 52 (20.70% from 255) = 13.79%
R=38.99%
G=47.21%
B=13.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal147178520.1700.710.3074.7654.7845.1
Hex93B234110471E4b372d
Octal22326264210107361136755
Binary10010011101100101101001000101000111111101001011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,178,52); }

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

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

 a { background-color: rgb(147,178,52); }

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

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

 span { border-color: rgb(147,178,52); }

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