Html Css Color HEX #93AA3D Limerick

📋 copy color: '#93AA3D'

red 147 ◦ green 170 ◦ blue 61

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

Shades of Limerick #93AA3D

Tints of Limerick #93AA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.14%

R = 38.89%
G = 44.97%
B = 16.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#93AA3D (or 0x93AA3D) is known color: Limerick. HEX triplet: 93, AA and 3D. RGB value is (147,170,61). Sum of RGB (Red+Green+Blue) = 147+170+61=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AA3D is #6C55C2. Grayscale: #979797. Windows color (decimal): -7099843 or 4041363. OLE color: 4041363.

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

Color convert

RGB 147 170 61 -
CMYK 0.14 0 0.64 0.33
HSL 72.66º 0.47% 0.45% -
HSV(B) 72.66º 0.64% 0.67% -
XYZ 27.25 35.29 9.79 -
YUV 150.7 77.38 125.36 -
System Red Green Blue C M Y K H S L
Decimal 147 170 61 0.14 0 0.64 0.33 72.66 0.47 0.45
Hex 93 AA 3D E 0 40 21 49 2F 2D
Octal 223 252 75 16 0 100 41 111 57 55
Binary 10010011 10101010 111101 1110 0 1000000 100001 1001001 101111 101101

Color Harmonies of #93AA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AA3D

Black with #93AA3D

Text Example


Text Example

White with #93AA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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