Html Css Color HEX #93B42B Limerick

📋 copy color: '#93B42B'

red 147 ◦ green 180 ◦ blue 43

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

Shades of Limerick #93B42B

Tints of Limerick #93B42B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.62%

R = 39.73%
G = 48.65%
B = 11.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#93B42B (or 0x93B42B) is known color: Limerick. HEX triplet: 93, B4 and 2B. RGB value is (147,180,43). Sum of RGB (Red+Green+Blue) = 147+180+43=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #93B42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B42B is #6C4BD4. Grayscale: #9B9B9B. Windows color (decimal): -7097301 or 2864275. OLE color: 2864275.

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

Color convert

RGB 147 180 43 -
CMYK 0.18 0 0.76 0.29
HSL 74.45º 0.61% 0.44% -
HSV(B) 74.45º 0.76% 0.71% -
XYZ 28.79 39.02 8.3 -
YUV 154.52 65.07 122.64 -
System Red Green Blue C M Y K H S L
Decimal 147 180 43 0.18 0 0.76 0.29 74.45 0.61 0.44
Hex 93 B4 2B 12 0 4C 1D 4A 3D 2C
Octal 223 264 53 22 0 114 35 112 75 54
Binary 10010011 10110100 101011 10010 0 1001100 11101 1001010 111101 101100

Color Harmonies of #93B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B42B

Black with #93B42B

Text Example


Text Example

White with #93B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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