Html Css Color HEX #93B032 Limerick

📋 copy color: '#93B032'

red 147 ◦ green 176 ◦ blue 50

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

Shades of Limerick #93B032

Tints of Limerick #93B032

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.18%

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

R = 39.41%
G = 47.18%
B = 13.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#93B032 (or 0x93B032) is known color: Limerick. HEX triplet: 93, B0 and 32. RGB value is (147,176,50). Sum of RGB (Red+Green+Blue) = 147+176+50=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #93B032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93B032 is #6C4FCD. Grayscale: #999999. Windows color (decimal): -7098318 or 3322003. OLE color: 3322003.

HSL color Cylindrical-coordinate representation of color #93B032: hue angle of 73.81º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #93B032 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 176 50 -
CMYK 0.16 0 0.72 0.31
HSL 73.81º 0.56% 0.44% -
HSV(B) 73.81º 0.72% 0.69% -
XYZ 28.13 37.48 8.77 -
YUV 152.97 69.89 123.75 -
System Red Green Blue C M Y K H S L
Decimal 147 176 50 0.16 0 0.72 0.31 73.81 0.56 0.44
Hex 93 B0 32 10 0 48 1F 4A 38 2C
Octal 223 260 62 20 0 110 37 112 70 54
Binary 10010011 10110000 110010 10000 0 1001000 11111 1001010 111000 101100

Color Harmonies of #93B032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B032

Black with #93B032

Text Example


Text Example

White with #93B032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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