Html Css Color HEX #93AE32 Limerick

📋 copy color: '#93AE32'

red 147 ◦ green 174 ◦ blue 50

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

Shades of Limerick #93AE32

Tints of Limerick #93AE32

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.9%

 BLUE value IS 50 (19.92% from 255) = 13.48%

R = 39.62%
G = 46.9%
B = 13.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#93AE32 (or 0x93AE32) is known color: Limerick. HEX triplet: 93, AE and 32. RGB value is (147,174,50). Sum of RGB (Red+Green+Blue) = 147+174+50=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AE32 is #6C51CD. Grayscale: #989898. Windows color (decimal): -7098830 or 3321491. OLE color: 3321491.

HSL color Cylindrical-coordinate representation of color #93AE32: hue angle of 73.06º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93AE32 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 174 50 -
CMYK 0.16 0 0.71 0.32
HSL 73.06º 0.55% 0.44% -
HSV(B) 73.06º 0.71% 0.68% -
XYZ 27.74 36.71 8.64 -
YUV 151.79 70.55 124.58 -
System Red Green Blue C M Y K H S L
Decimal 147 174 50 0.16 0 0.71 0.32 73.06 0.55 0.44
Hex 93 AE 32 10 0 47 20 49 37 2C
Octal 223 256 62 20 0 107 40 111 67 54
Binary 10010011 10101110 110010 10000 0 1000111 100000 1001001 110111 101100

Color Harmonies of #93AE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AE32

Black with #93AE32

Text Example


Text Example

White with #93AE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,174,50); }

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

background-color css

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

 a { background-color: rgb(147,174,50); }

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

border-color css

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

 span { border-color: rgb(147,174,50); }

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