Html Css Color HEX #93B532 Limerick

📋 copy color: '#93B532'

red 147 ◦ green 181 ◦ blue 50

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

Shades of Limerick #93B532

Tints of Limerick #93B532

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.88%

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

R = 38.89%
G = 47.88%
B = 13.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#93B532 (or 0x93B532) is known color: Limerick. HEX triplet: 93, B5 and 32. RGB value is (147,181,50). Sum of RGB (Red+Green+Blue) = 147+181+50=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #93B532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B532 is #6C4ACD. Grayscale: #9C9C9C. Windows color (decimal): -7097038 or 3323283. OLE color: 3323283.

HSL color Cylindrical-coordinate representation of color #93B532: hue angle of 75.57º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #93B532 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 181 50 -
CMYK 0.19 0 0.72 0.29
HSL 75.57º 0.57% 0.45% -
HSV(B) 75.57º 0.72% 0.71% -
XYZ 29.13 39.48 9.1 -
YUV 155.9 68.24 121.65 -
System Red Green Blue C M Y K H S L
Decimal 147 181 50 0.19 0 0.72 0.29 75.57 0.57 0.45
Hex 93 B5 32 13 0 48 1D 4C 39 2D
Octal 223 265 62 23 0 110 35 114 71 55
Binary 10010011 10110101 110010 10011 0 1001000 11101 1001100 111001 101101

Color Harmonies of #93B532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B532

Black with #93B532

Text Example


Text Example

White with #93B532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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