Html Css Color HEX #93A73D Limerick

📋 copy color: '#93A73D'

red 147 ◦ green 167 ◦ blue 61

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

Shades of Limerick #93A73D

Tints of Limerick #93A73D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.53%

 BLUE value IS 61 (24.22% from 255) = 16.27%

R = 39.2%
G = 44.53%
B = 16.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#93A73D (or 0x93A73D) is known color: Limerick. HEX triplet: 93, A7 and 3D. RGB value is (147,167,61). Sum of RGB (Red+Green+Blue) = 147+167+61=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 167 - color contains mainly: green. Hex color #93A73D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93A73D is #6C58C2. Grayscale: #959595. Windows color (decimal): -7100611 or 4040595. OLE color: 4040595.

HSL color Cylindrical-coordinate representation of color #93A73D: hue angle of 71.32º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93A73D is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 147 167 61 -
CMYK 0.12 0 0.63 0.35
HSL 71.32º 0.46% 0.45% -
HSV(B) 71.32º 0.63% 0.65% -
XYZ 26.69 34.18 9.6 -
YUV 148.94 78.37 126.62 -
System Red Green Blue C M Y K H S L
Decimal 147 167 61 0.12 0 0.63 0.35 71.32 0.46 0.45
Hex 93 A7 3D C 0 3F 23 47 2E 2D
Octal 223 247 75 14 0 77 43 107 56 55
Binary 10010011 10100111 111101 1100 0 111111 100011 1000111 101110 101101

Color Harmonies of #93A73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A73D

Black with #93A73D

Text Example


Text Example

White with #93A73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,167,61); }

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

background-color css

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

 a { background-color: rgb(147,167,61); }

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

border-color css

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

 span { border-color: rgb(147,167,61); }

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