Html Css Color HEX #93AD21 Limerick

📋 copy color: '#93AD21'

red 147 ◦ green 173 ◦ blue 33

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

Shades of Limerick #93AD21

Tints of Limerick #93AD21

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.01%

 BLUE value IS 33 (13.28% from 255) = 9.35%

R = 41.64%
G = 49.01%
B = 9.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#93AD21 (or 0x93AD21) is known color: Limerick. HEX triplet: 93, AD and 21. RGB value is (147,173,33). Sum of RGB (Red+Green+Blue) = 147+173+33=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 173 - color contains mainly: green. Hex color #93AD21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AD21 is #6C52DE. Grayscale: #959595. Windows color (decimal): -7099103 or 2207123. OLE color: 2207123.

HSL color Cylindrical-coordinate representation of color #93AD21: hue angle of 71.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #93AD21 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 173 33 -
CMYK 0.15 0 0.81 0.32
HSL 71.14º 0.68% 0.4% -
HSV(B) 71.14º 0.81% 0.68% -
XYZ 27.25 36.2 6.99 -
YUV 149.27 62.39 126.38 -
System Red Green Blue C M Y K H S L
Decimal 147 173 33 0.15 0 0.81 0.32 71.14 0.68 0.4
Hex 93 AD 21 F 0 51 20 47 44 28
Octal 223 255 41 17 0 121 40 107 104 50
Binary 10010011 10101101 100001 1111 0 1010001 100000 1000111 1000100 101000

Color Harmonies of #93AD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AD21

Black with #93AD21

Text Example


Text Example

White with #93AD21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,173,33); }

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

background-color css

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

 a { background-color: rgb(147,173,33); }

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

border-color css

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

 span { border-color: rgb(147,173,33); }

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