Html Css Color HEX #93AC32 Limerick

📋 copy color: '#93AC32'

red 147 ◦ green 172 ◦ blue 50

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

Shades of Limerick #93AC32

Tints of Limerick #93AC32

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.61%

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

R = 39.84%
G = 46.61%
B = 13.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#93AC32 (or 0x93AC32) is known color: Limerick. HEX triplet: 93, AC and 32. RGB value is (147,172,50). Sum of RGB (Red+Green+Blue) = 147+172+50=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AC32 is #6C53CD. Grayscale: #979797. Windows color (decimal): -7099342 or 3320979. OLE color: 3320979.

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

Color convert

RGB 147 172 50 -
CMYK 0.15 0 0.71 0.33
HSL 72.3º 0.55% 0.44% -
HSV(B) 72.3º 0.71% 0.67% -
XYZ 27.36 35.94 8.51 -
YUV 150.62 71.22 125.42 -
System Red Green Blue C M Y K H S L
Decimal 147 172 50 0.15 0 0.71 0.33 72.3 0.55 0.44
Hex 93 AC 32 F 0 47 21 48 37 2C
Octal 223 254 62 17 0 107 41 110 67 54
Binary 10010011 10101100 110010 1111 0 1000111 100001 1001000 110111 101100

Color Harmonies of #93AC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AC32

Black with #93AC32

Text Example


Text Example

White with #93AC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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