Html Css Color HEX #93B334 Limerick

📋 copy color: '#93B334'

red 147 ◦ green 179 ◦ blue 52

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

Shades of Limerick #93B334

Tints of Limerick #93B334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.35%

 BLUE value IS 52 (20.7% from 255) = 13.76%

R = 38.89%
G = 47.35%
B = 13.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#93B334 (or 0x93B334) is known color: Limerick. HEX triplet: 93, B3 and 34. RGB value is (147,179,52). Sum of RGB (Red+Green+Blue) = 147+179+52=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 179 - color contains mainly: green. Hex color #93B334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B334 is #6C4CCB. Grayscale: #9B9B9B. Windows color (decimal): -7097548 or 3453843. OLE color: 3453843.

HSL color Cylindrical-coordinate representation of color #93B334: hue angle of 75.12º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93B334 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 147 179 52 -
CMYK 0.18 0 0.71 0.30
HSL 75.12º 0.55% 0.45% -
HSV(B) 75.12º 0.71% 0.7% -
XYZ 28.77 38.69 9.2 -
YUV 154.95 69.9 122.33 -
System Red Green Blue C M Y K H S L
Decimal 147 179 52 0.18 0 0.71 0.30 75.12 0.55 0.45
Hex 93 B3 34 12 0 47 1E 4B 37 2D
Octal 223 263 64 22 0 107 36 113 67 55
Binary 10010011 10110011 110100 10010 0 1000111 11110 1001011 110111 101101

Color Harmonies of #93B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B334

Black with #93B334

Text Example


Text Example

White with #93B334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,179,52); }

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

background-color css

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

 a { background-color: rgb(147,179,52); }

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

border-color css

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

 span { border-color: rgb(147,179,52); }

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