Html Css Color HEX #93B42D Limerick

📋 copy color: '#93B42D'

red 147 ◦ green 180 ◦ blue 45

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

Shades of Limerick #93B42D

Tints of Limerick #93B42D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.39%

 BLUE value IS 45 (17.97% from 255) = 12.1%

R = 39.52%
G = 48.39%
B = 12.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#93B42D (or 0x93B42D) is known color: Limerick. HEX triplet: 93, B4 and 2D. RGB value is (147,180,45). Sum of RGB (Red+Green+Blue) = 147+180+45=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 180 - color contains mainly: green. Hex color #93B42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B42D is #6C4BD2. Grayscale: #9B9B9B. Windows color (decimal): -7097299 or 2995347. OLE color: 2995347.

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

Color convert

RGB 147 180 45 -
CMYK 0.18 0 0.75 0.29
HSL 74.67º 0.6% 0.44% -
HSV(B) 74.67º 0.75% 0.71% -
XYZ 28.83 39.04 8.5 -
YUV 154.74 66.07 122.48 -
System Red Green Blue C M Y K H S L
Decimal 147 180 45 0.18 0 0.75 0.29 74.67 0.6 0.44
Hex 93 B4 2D 12 0 4B 1D 4B 3C 2C
Octal 223 264 55 22 0 113 35 113 74 54
Binary 10010011 10110100 101101 10010 0 1001011 11101 1001011 111100 101100

Color Harmonies of #93B42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B42D

Black with #93B42D

Text Example


Text Example

White with #93B42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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