Html Css Color HEX #94AA3C Limerick

📋 copy color: '#94AA3C'

red 148 ◦ green 170 ◦ blue 60

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

Shades of Limerick #94AA3C

Tints of Limerick #94AA3C

RGB

 RED value IS 148 (58.2% from 255) = 39.15%

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

 BLUE value IS 60 (23.83% from 255) = 15.87%

R = 39.15%
G = 44.97%
B = 15.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#94AA3C (or 0x94AA3C) is known color: Limerick. HEX triplet: 94, AA and 3C. RGB value is (148,170,60). Sum of RGB (Red+Green+Blue) = 148+170+60=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AA3C is #6B55C3. Grayscale: #979797. Windows color (decimal): -7034308 or 3975828. OLE color: 3975828.

HSL color Cylindrical-coordinate representation of color #94AA3C: hue angle of 72º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94AA3C is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 170 60 -
CMYK 0.13 0 0.65 0.33
HSL 72º 0.48% 0.45% -
HSV(B) 72º 0.65% 0.67% -
XYZ 27.4 35.37 9.66 -
YUV 150.88 76.71 125.94 -
System Red Green Blue C M Y K H S L
Decimal 148 170 60 0.13 0 0.65 0.33 72 0.48 0.45
Hex 94 AA 3C D 0 41 21 48 30 2D
Octal 224 252 74 15 0 101 41 110 60 55
Binary 10010100 10101010 111100 1101 0 1000001 100001 1001000 110000 101101

Color Harmonies of #94AA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AA3C

Black with #94AA3C

Text Example


Text Example

White with #94AA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94AA3C; }

 p { color: rgb(148,170,60); }

 H1.HeaderClassName
 {
   color: #94AA3C;
 }
 .AnyTagClassName
 {
   color: #94AA3C;
 }
</style>

background-color css

<style>
 a { background-color: #94AA3C; }

 a { background-color: rgb(148,170,60); }

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

border-color css

<style>
 span { border-color: #94AA3C; }

 span { border-color: rgb(148,170,60); }

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