Html Css Color HEX #93B732 Limerick

📋 copy color: '#93B732'

red 147 ◦ green 183 ◦ blue 50

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

Shades of Limerick #93B732

Tints of Limerick #93B732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.16%

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

R = 38.68%
G = 48.16%
B = 13.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#93B732 (or 0x93B732) is known color: Limerick. HEX triplet: 93, B7 and 32. RGB value is (147,183,50). Sum of RGB (Red+Green+Blue) = 147+183+50=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #93B732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B732 is #6C48CD. Grayscale: #9D9D9D. Windows color (decimal): -7096526 or 3323795. OLE color: 3323795.

HSL color Cylindrical-coordinate representation of color #93B732: hue angle of 76.24º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #93B732 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 147 183 50 -
CMYK 0.20 0 0.73 0.28
HSL 76.24º 0.57% 0.46% -
HSV(B) 76.24º 0.73% 0.72% -
XYZ 29.54 40.3 9.24 -
YUV 157.07 67.57 120.81 -
System Red Green Blue C M Y K H S L
Decimal 147 183 50 0.20 0 0.73 0.28 76.24 0.57 0.46
Hex 93 B7 32 14 0 49 1C 4C 39 2E
Octal 223 267 62 24 0 111 34 114 71 56
Binary 10010011 10110111 110010 10100 0 1001001 11100 1001100 111001 101110

Color Harmonies of #93B732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B732

Black with #93B732

Text Example


Text Example

White with #93B732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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