Html Css Color HEX #93AA36 Limerick

📋 copy color: '#93AA36'

red 147 ◦ green 170 ◦ blue 54

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

Shades of Limerick #93AA36

Tints of Limerick #93AA36

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.82%

 BLUE value IS 54 (21.48% from 255) = 14.56%

R = 39.62%
G = 45.82%
B = 14.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#93AA36 (or 0x93AA36) is known color: Limerick. HEX triplet: 93, AA and 36. RGB value is (147,170,54). Sum of RGB (Red+Green+Blue) = 147+170+54=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AA36 is #6C55C9. Grayscale: #969696. Windows color (decimal): -7099850 or 3582611. OLE color: 3582611.

HSL color Cylindrical-coordinate representation of color #93AA36: hue angle of 71.9º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93AA36 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 170 54 -
CMYK 0.14 0 0.68 0.33
HSL 71.9º 0.52% 0.44% -
HSV(B) 71.9º 0.68% 0.67% -
XYZ 27.07 35.22 8.86 -
YUV 149.9 73.88 125.93 -
System Red Green Blue C M Y K H S L
Decimal 147 170 54 0.14 0 0.68 0.33 71.9 0.52 0.44
Hex 93 AA 36 E 0 44 21 48 34 2C
Octal 223 252 66 16 0 104 41 110 64 54
Binary 10010011 10101010 110110 1110 0 1000100 100001 1001000 110100 101100

Color Harmonies of #93AA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AA36

Black with #93AA36

Text Example


Text Example

White with #93AA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,170,54); }

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

background-color css

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

 a { background-color: rgb(147,170,54); }

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

border-color css

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

 span { border-color: rgb(147,170,54); }

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