Html Css Color HEX #93B340 Limerick

📋 copy color: '#93B340'

red 147 ◦ green 179 ◦ blue 64

#93B340
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #93B340

Tints of Limerick #93B340

RGB

 RED value IS 147 (57.81% from 255) = 37.69%

 GREEN value IS 179 (70.31% from 255) = 45.9%

 BLUE value IS 64 (25.39% from 255) = 16.41%

R = 37.69%
G = 45.9%
B = 16.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#93B340 (or 0x93B340) is known color: Limerick. HEX triplet: 93, B3 and 40. RGB value is (147,179,64). Sum of RGB (Red+Green+Blue) = 147+179+64=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 179 - color contains mainly: green. Hex color #93B340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B340 is #6C4CBF. Grayscale: #9C9C9C. Windows color (decimal): -7097536 or 4240275. OLE color: 4240275.

HSL color Cylindrical-coordinate representation of color #93B340: hue angle of 76.7º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93B340 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 147 179 64 -
CMYK 0.18 0 0.64 0.30
HSL 76.7º 0.47% 0.48% -
HSV(B) 76.7º 0.64% 0.7% -
XYZ 29.08 38.81 10.81 -
YUV 156.32 75.9 121.35 -
System Red Green Blue C M Y K H S L
Decimal 147 179 64 0.18 0 0.64 0.30 76.7 0.47 0.48
Hex 93 B3 40 12 0 40 1E 4D 2F 30
Octal 223 263 100 22 0 100 36 115 57 60
Binary 10010011 10110011 1000000 10010 0 1000000 11110 1001101 101111 110000

Color Harmonies of #93B340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B340

Black with #93B340

Text Example


Text Example

White with #93B340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,179,64); }

 H1.HeaderClassName
 {
   color: #93B340;
 }
 .AnyTagClassName
 {
   color: #93B340;
 }
</style>

background-color css

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

 a { background-color: rgb(147,179,64); }

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

border-color css

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

 span { border-color: rgb(147,179,64); }

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