Html Css Color HEX #93B620 Limerick

📋 copy color: '#93B620'

red 147 ◦ green 182 ◦ blue 32

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

Shades of Limerick #93B620

Tints of Limerick #93B620

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.42%

 BLUE value IS 32 (12.89% from 255) = 8.86%

R = 40.72%
G = 50.42%
B = 8.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#93B620 (or 0x93B620) is known color: Limerick. HEX triplet: 93, B6 and 20. RGB value is (147,182,32). Sum of RGB (Red+Green+Blue) = 147+182+32=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #93B620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93B620 is #6C49DF. Grayscale: #9B9B9B. Windows color (decimal): -7096800 or 2143891. OLE color: 2143891.

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

Color convert

RGB 147 182 32 -
CMYK 0.19 0 0.82 0.29
HSL 74º 0.7% 0.42% -
HSV(B) 74º 0.82% 0.71% -
XYZ 29.02 39.76 7.51 -
YUV 154.44 58.9 122.7 -
System Red Green Blue C M Y K H S L
Decimal 147 182 32 0.19 0 0.82 0.29 74 0.7 0.42
Hex 93 B6 20 13 0 52 1D 4A 46 2A
Octal 223 266 40 23 0 122 35 112 106 52
Binary 10010011 10110110 100000 10011 0 1010010 11101 1001010 1000110 101010

Color Harmonies of #93B620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B620

Black with #93B620

Text Example


Text Example

White with #93B620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,182,32); }

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

background-color css

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

 a { background-color: rgb(147,182,32); }

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

border-color css

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

 span { border-color: rgb(147,182,32); }

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